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