Class FrameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FrameException
    extends java.lang.RuntimeException
    Exception thrown when a STOMP frame is not structured correctly or does nto obey to the specification. This class is thread safe.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FrameException

        public FrameException​(java.lang.String message)