Package org.wso2.carbon.rest.api
Class UnauthorizedAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wso2.carbon.rest.api.UnauthorizedAccessException
- All Implemented Interfaces:
Serializable
This class represents an exception, which is intended to be thrown when some client code accesses a portion of
business logic, i.e method or a block of code, that the it is not authorized or privileged to access.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedAccessException(String message) UnauthorizedAccessException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedAccessException
-
UnauthorizedAccessException
-
UnauthorizedAccessException
-