org.ocap.hn
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ocap.hn.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorizedException
- extends Exception
Exception indicating that the application has no permission to perform
certain action.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException()
- Constructs a NotAuthorizedException object.
NotAuthorizedException
public NotAuthorizedException(String reason)
- Constructs a NotAuthorizedException object with a reason.
- Parameters:
reason
- reason for this exception