org.apache.activemq.transport.amqp
Class AmqpProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.activemq.transport.amqp.AmqpProtocolException
- All Implemented Interfaces:
- java.io.Serializable
public class AmqpProtocolException
- extends java.io.IOException
- See Also:
- Serialized Form
| 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 |
AmqpProtocolException
public AmqpProtocolException()
AmqpProtocolException
public AmqpProtocolException(java.lang.String s)
AmqpProtocolException
public AmqpProtocolException(java.lang.String s,
boolean fatal)
AmqpProtocolException
public AmqpProtocolException(java.lang.String s,
java.lang.String msg)
AmqpProtocolException
public AmqpProtocolException(java.lang.String s,
boolean fatal,
java.lang.Throwable cause)
AmqpProtocolException
public AmqpProtocolException(java.lang.String symbolicName,
java.lang.String s,
boolean fatal,
java.lang.Throwable cause)
isFatal
public boolean isFatal()
getSymbolicName
public java.lang.String getSymbolicName()
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.