|
||||||||||
| 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.ow2.jonas.lib.security.PermissionManagerException
public class PermissionManagerException
The PermissionManagerException occurs if JACC permission could not be added
| Constructor Summary | |
|---|---|
PermissionManagerException(java.lang.String message)
Constructs a new PermissionManagerException with the specified message. |
|
PermissionManagerException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new PermissionManagerException with the specified message. |
|
| 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 PermissionManagerException(java.lang.String message)
message - the detail message.
public PermissionManagerException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail message.throwable - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||