|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.access.AccessControlException
wt.access.InvalidPermissionException
This exception (InvalidPermissionException) is used when reference is
made to a non-existent permission. This exception is used only internally
and signals a programming error.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
InvalidPermissionException()
No argument constructor. |
|
InvalidPermissionException(Exception e)
Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message. |
|
InvalidPermissionException(Exception e,
String msg)
Constructor that takes an execption as argument. |
|
InvalidPermissionException(Exception e,
String rb,
String key,
Object[] params)
Constructor that takes a non-localized message and an exeption as argument. |
|
InvalidPermissionException(String msg)
Constructor that takes a non-localized message as argument. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public InvalidPermissionException()
public InvalidPermissionException(String msg)
msg
- public InvalidPermissionException(Exception e, String msg)
e
- msg
- public InvalidPermissionException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
- public InvalidPermissionException(Exception e)
e
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |