|
||||||||
| 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.apache.lenya.ac.AccessControlException
public class AccessControlException
Access control exception.
| Constructor Summary | |
|---|---|
AccessControlException()
Create an AccessControlException |
|
AccessControlException(java.lang.String message)
Create an AccessControlException |
|
AccessControlException(java.lang.String message,
java.lang.Throwable cause)
Create an AccessControlException |
|
AccessControlException(java.lang.Throwable cause)
Create an AccessControlException. |
|
| 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 AccessControlException()
public AccessControlException(java.lang.String message)
message - The message.
public AccessControlException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.public AccessControlException(java.lang.Throwable cause)
cause - The cause.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||