Package io.vertx.ext.stomp.lite.frame
Class FrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.ext.stomp.lite.frame.FrameException
-
- All Implemented Interfaces:
java.io.Serializable
public class FrameException extends java.lang.RuntimeExceptionException 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)
-