Package org.wso2.carbon.apimgt.api
Class APIMgtAuthorizationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.apimgt.api.APIManagementException
-
- org.wso2.carbon.apimgt.api.APIMgtAuthorizationFailedException
-
- All Implemented Interfaces:
Serializable
public class APIMgtAuthorizationFailedException extends APIManagementException
This is the custom exception class to be thrown when the user tries to access/update a resource but the user does not have enough permission- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APIMgtAuthorizationFailedException(String msg)
APIMgtAuthorizationFailedException(String msg, Throwable e)
APIMgtAuthorizationFailedException(Throwable throwable)
-
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
-
-
-
-
Constructor Detail
-
APIMgtAuthorizationFailedException
public APIMgtAuthorizationFailedException(String msg)
-
APIMgtAuthorizationFailedException
public APIMgtAuthorizationFailedException(String msg, Throwable e)
-
APIMgtAuthorizationFailedException
public APIMgtAuthorizationFailedException(Throwable throwable)
-
-