Class MessageRuntimeException

All Implemented Interfaces:
Serializable

public class MessageRuntimeException extends RuntimeException
Base class for messaging-related unchecked runtime exceptions.
See Also:
  • Field Details

    • serialVersionUID

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

    • MessageRuntimeException

      public MessageRuntimeException()
      Constructor.
    • MessageRuntimeException

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

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

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