Package com.isode.dsapi.internal
Class LDAPDecoderEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.nettrace.decoder.engine.DecoderEngineException
com.isode.dsapi.internal.LDAPDecoderEngineException
- All Implemented Interfaces:
Serializable
public class LDAPDecoderEngineException
extends com.isode.nettrace.decoder.engine.DecoderEngineException
Exception thrown by
LDAPDecoderEngine
if there
is an error decoding the message.- Since:
- 16.0
- Author:
- ac
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLDAPDecoderEngineException
LDAPDecoderEngineException
(String message) Creates a newLDAPDecoderEngineException
with the given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LDAPDecoderEngineException
Creates a newLDAPDecoderEngineException
with the given error message. The error message can be retreived by calling thegetMessage()
method.- Parameters:
message
- The error message to give the exception. This can benull
in which casegetMessage()
will returnnull
.
-
LDAPDecoderEngineException
public LDAPDecoderEngineException()Creates a newLDAPDecoderEngineException
-