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 newLDAPDecoderEngineExceptionLDAPDecoderEngineException(String message) Creates a newLDAPDecoderEngineExceptionwith 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 newLDAPDecoderEngineExceptionwith 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 benullin which casegetMessage()will returnnull.
-
LDAPDecoderEngineException
public LDAPDecoderEngineException()Creates a newLDAPDecoderEngineException
-