Class MessageEncodingException

  • All Implemented Interfaces:
    Serializable

    public class MessageEncodingException
    extends MessageException
    Exception thrown when a problem occurs encoding a message from to an output transport.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageEncodingException

        public MessageEncodingException()
        Constructor.
      • MessageEncodingException

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

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

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