|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.owasp.esapi.errors.EnterpriseSecurityException
org.owasp.esapi.errors.AccessControlException
An AccessControlException should be thrown when a user attempts to access a resource that they are not authorized for.
| Constructor Summary | |
AccessControlException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of EnterpriseSecurityException. |
|
AccessControlException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new access control exception. |
|
| Methods inherited from class org.owasp.esapi.errors.EnterpriseSecurityException |
getLogMessage, getUserMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AccessControlException(java.lang.String userMessage,
java.lang.String logMessage)
public AccessControlException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
cause - the cause
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||