com.infoengine.au.delegateprovider
Class DirectoryServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.infoengine.util.IEException
com.infoengine.au.delegateprovider.CommandDelegateProviderException
com.infoengine.au.delegateprovider.DirectoryServiceException
- All Implemented Interfaces:
- LocalizableMessage, Serializable
- public class DirectoryServiceException
- extends CommandDelegateProviderException
- implements Serializable
Thrown to indicate an error occurred while trying to perform an operation
against a LDAP Directory. This exception object typically contains a nested
exception object that provides more information about the error.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.JspException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
DirectoryServiceException()
Constructs a new exception. |
DirectoryServiceException(String s)
Constructs a new exception with a string. |
DirectoryServiceException(String rb,
String key,
Object[] params)
Constructs a new exception from a resource bundle, its key, and an
array of objects for insertion into the keyed resource bundle's message. |
DirectoryServiceException(Throwable t)
Constructs a new exception with a nested exception. |
DirectoryServiceException(Throwable t,
String s)
Constructs a new exception with a nested exception and a string. |
DirectoryServiceException(Throwable t,
String rb,
String key,
Object[] params)
Constructs a new exception, with a nested exception, from a resource
bundle, its key, and an array of objects for insertion into the keyed
resource bundle's message. |
Methods inherited from class com.infoengine.util.IEException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
Methods inherited from class javax.servlet.jsp.JspException |
getRootCause |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
DirectoryServiceException
public DirectoryServiceException()
- Constructs a new exception.
Supported API: false
DirectoryServiceException
public DirectoryServiceException(String s)
- Constructs a new exception with a string.
Supported API: false
- Parameters:
s
-
DirectoryServiceException
public DirectoryServiceException(String rb,
String key,
Object[] params)
- Constructs a new exception from a resource bundle, its key, and an
array of objects for insertion into the keyed resource bundle's message.
Supported API: false
- Parameters:
rb
- key
- params
-
DirectoryServiceException
public DirectoryServiceException(Throwable t)
- Constructs a new exception with a nested exception.
Supported API: false
- Parameters:
t
-
DirectoryServiceException
public DirectoryServiceException(Throwable t,
String s)
- Constructs a new exception with a nested exception and a string.
Supported API: false
- Parameters:
t
- s
-
DirectoryServiceException
public DirectoryServiceException(Throwable t,
String rb,
String key,
Object[] params)
- Constructs a new exception, with a nested exception, from a resource
bundle, its key, and an array of objects for insertion into the keyed
resource bundle's message.
Supported API: false
- Parameters:
t
- rb
- key
- params
-