Class StompConversionException

All Implemented Interfaces:
Serializable

public class StompConversionException extends NestedRuntimeException
Raised after a failure to encode or decode a STOMP message.
Since:
4.0
Author:
Gary Russell
See Also:
  • Constructor Details

    • StompConversionException

      public StompConversionException(String msg, Throwable cause)
    • StompConversionException

      public StompConversionException(String msg)