|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.slamd.admin.AccessDeniedException
public class AccessDeniedException
This class defines an exception that may be thrown if a problem occurs while evaluating access control information for the SLAMD administrative interface.
| Constructor Summary | |
|---|---|
AccessDeniedException(java.lang.String message)
Creates a new access denied exception with the specified message. |
|
AccessDeniedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new access denied exception with the specified message and parent exception. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccessDeniedException(java.lang.String message)
message - The message that indicates the cause of the exception.
public AccessDeniedException(java.lang.String message,
java.lang.Throwable cause)
message - The message associated with this exception.cause - The parent exception that triggered this access denied
exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||