com.rabbitmq.client
Class MalformedFrameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.rabbitmq.client.MalformedFrameException
All Implemented Interfaces:
java.io.Serializable

public class MalformedFrameException
extends java.io.IOException

Encapsulates a frame format error at the wire level.

See Also:
Serialized Form

Constructor Summary
MalformedFrameException(java.lang.String reason)
          Instantiate a MalformedFrameException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

MalformedFrameException

public MalformedFrameException(java.lang.String reason)
Instantiate a MalformedFrameException.

Parameters:
reason - a string describing the exception