Package com.rabbitmq.client
Class MalformedFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.rabbitmq.client.MalformedFrameException
-
- All Implemented Interfaces:
Serializable
public class MalformedFrameException extends IOException
Encapsulates a frame format error at the wire level.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedFrameException(String reason)
Instantiate a MalformedFrameException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedFrameException
public MalformedFrameException(String reason)
Instantiate a MalformedFrameException.- Parameters:
reason
- a string describing the exception
-
-