Class MessageHandlerException

All Implemented Interfaces:
Serializable

public class MessageHandlerException extends MessageException
Base class for message handling-related exceptions.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • MessageHandlerException

      public MessageHandlerException()
      Constructor.
    • MessageHandlerException

      public MessageHandlerException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • MessageHandlerException

      public MessageHandlerException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • MessageHandlerException

      public MessageHandlerException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one