|
|||||||||||
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.admin.AdministrativeDomainException
Exception thrown when an error occurs during the processing of administrative
objects. Supports localization of messages.
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 | |
AdministrativeDomainException()
Noarg constructor. |
|
AdministrativeDomainException(Exception e)
Constructs an administrative domain exception that wraps another exception. |
|
AdministrativeDomainException(Exception e,
String msg)
Constructs an administrative domain message that wraps another exception and has a non-localized message. |
|
AdministrativeDomainException(Exception e,
String rb,
String key,
Object[] params)
Constructs an administrative domain message that wraps another exception and has a localized message. |
|
AdministrativeDomainException(String message)
Constructor that takes o non-localized message. |
|
AdministrativeDomainException(String rb,
String key,
Object[] params)
Constructs an administrative domain exception with a localizable detailed message. |
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 AdministrativeDomainException()
public AdministrativeDomainException(String message)
message
- public AdministrativeDomainException(Exception e)
e
- public AdministrativeDomainException(Exception e, String msg)
e
- msg
- public AdministrativeDomainException(String rb, String key, Object[] params)
rb
- key
- params
- public AdministrativeDomainException(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 |