Class ConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.schlunzis.zis.stomp.client.ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException extends RuntimeException
Exception thrown for errors related to message conversion in STOMP client.
Since:
1.0.0
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message)
      Constructs a new ConversionException with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      1.0.0
    • ConversionException

      public ConversionException(String message, Throwable cause)
      Constructs a new ConversionException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
      Since:
      1.0.0
    • ConversionException

      public ConversionException(Throwable cause)
      Constructs a new ConversionException with the specified cause.
      Parameters:
      cause - the cause of the exception
      Since:
      1.0.0