Package org.wso2.carbon.apimgt.api
Class PolicyDeploymentFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.apimgt.api.APIManagementException
-
- org.wso2.carbon.apimgt.api.PolicyDeploymentFailureException
-
- All Implemented Interfaces:
Serializable
public class PolicyDeploymentFailureException extends APIManagementException
Thrown when throttling policy deployment failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyDeploymentFailureException(String msg)
PolicyDeploymentFailureException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class org.wso2.carbon.apimgt.api.APIManagementException
getErrorHandler
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-