|
|||||||||
| 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
public class AccessControlException
Thrown when the access control service detects an unexpected error. AccessControlException
is the base class of the exception hierarchy for the access control package.
Supported API: true
Extendable: false
| 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. |
|
| Method Summary |
|---|
| 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 |
| 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 | ||||||||