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 Details

    • LDAPDecoderEngineException

      public LDAPDecoderEngineException(String message)
      Creates a new LDAPDecoderEngineException with the given error message. The error message can be retreived by calling the getMessage() method.
      Parameters:
      message - The error message to give the exception. This can be null in which case getMessage() will return null.
    • LDAPDecoderEngineException

      public LDAPDecoderEngineException()