Class ThrottleComponentExceptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediators.throttle.admin.stub.ThrottleComponentExceptionException
-
- All Implemented Interfaces:
Serializable
public class ThrottleComponentExceptionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrottleComponentExceptionException()
ThrottleComponentExceptionException(String s)
ThrottleComponentExceptionException(String s, Throwable ex)
ThrottleComponentExceptionException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrottleComponentExceptionE
getFaultMessage()
void
setFaultMessage(ThrottleComponentExceptionE msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ThrottleComponentExceptionException
public ThrottleComponentExceptionException()
-
ThrottleComponentExceptionException
public ThrottleComponentExceptionException(String s)
-
ThrottleComponentExceptionException
public ThrottleComponentExceptionException(String s, Throwable ex)
-
ThrottleComponentExceptionException
public ThrottleComponentExceptionException(Throwable cause)
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(ThrottleComponentExceptionE msg)
-
getFaultMessage
public ThrottleComponentExceptionE getFaultMessage()
-
-