|
|||||||||||
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.org.OrganizationServicesException
wt.org.PrincipalNameException
Exception thrown when an invalid name is provided for a principal.
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 | |
PrincipalNameException()
No arg constructor. |
|
PrincipalNameException(Exception e)
Constructs exception with a nested exception. |
|
PrincipalNameException(Exception e,
String msg)
Constructs exception with a nested exception and non-localizable message. |
|
PrincipalNameException(Exception e,
String rb,
String key,
Object[] params)
Constructs exception with a nested exception and localizable message. |
|
PrincipalNameException(String message)
Constructs exception given non-localizable 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 PrincipalNameException()
public PrincipalNameException(String message)
message
- public PrincipalNameException(Exception e)
e
- public PrincipalNameException(Exception e, String msg)
e
- msg
- public PrincipalNameException(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 |