|
|||||||||||
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
AccessControlException is the base class of the exception hierarchy
for the Access Control package.
Supported API: true
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 | |
AccessControlException()
No argument constructor. |
|
AccessControlException(Exception e)
Constructor that takes an execption as argument. |
|
AccessControlException(Exception e,
String msg)
Constructor that takes a non-localized message and an exeption as argument. |
|
AccessControlException(Exception e,
String rb,
String key,
Object[] params)
Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message. |
|
AccessControlException(String message)
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 AccessControlException()
public AccessControlException(String message)
message
- public AccessControlException(Exception e)
e
- public AccessControlException(Exception e, String msg)
e
- msg
- public AccessControlException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |