org.apache.qpid.transport
Class ProtocolViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.transport.TransportException
                  extended by org.apache.qpid.transport.ConnectionException
                      extended by org.apache.qpid.transport.ProtocolViolationException
All Implemented Interfaces:
Serializable

public final class ProtocolViolationException
extends ConnectionException

ProtocolViolationException

See Also:
Serialized Form

Constructor Summary
ProtocolViolationException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.transport.ConnectionException
getClose, rethrow
 
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

ProtocolViolationException

public ProtocolViolationException(String msg,
                                  Throwable cause)


Licensed to the Apache Software Foundation