|
|||||||||
| 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.ExternalDirectoryException
public class ExternalDirectoryException
Exception thrown when an unexpected situation occurs while trying to
access an external directory server (eg. an LDAP server).
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
ExternalDirectoryException()
No arg constructor. |
|
ExternalDirectoryException(Exception e)
Constructs exception with a nested exception. |
|
ExternalDirectoryException(Exception e,
String msg)
Constructs exception with a nested exception and non-localizable message. |
|
ExternalDirectoryException(Exception e,
String rb,
String key,
Object[] params)
Constructs exception with a nested exception and localizable message. |
|
ExternalDirectoryException(String message)
Constructs exception given non-localizable message. |
|
| 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 ExternalDirectoryException()
public ExternalDirectoryException(String message)
message - public ExternalDirectoryException(Exception e)
e -
public ExternalDirectoryException(Exception e,
String msg)
e - msg -
public ExternalDirectoryException(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 | ||||||||