Class StompConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.simp.stomp.StompConversionException
All Implemented Interfaces:
Serializable

public class StompConversionException extends org.springframework.core.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)