Class MessageException

  • All Implemented Interfaces:
    Serializable

    public class MessageException
    extends org.apache.directory.api.util.exception.RuntimeMultiException
    This exception is thrown when a message processing error occurs.
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageException

        public MessageException()
        Constructs an Exception without a message.
      • MessageException

        public MessageException​(String message)
        Constructs an Exception with a detailed message.
        Parameters:
        message - The message associated with the exception.