|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQConnectionException
public class AMQConnectionException
AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
Responsibilities | Collaborations |
---|---|
Represents an error that rquires the channel to be closed. |
Field Summary | |
---|---|
(package private) boolean |
_closeConnetion
|
Constructor Summary | |
---|---|
AMQConnectionException(AMQConstant errorCode,
String msg,
int classId,
int methodId,
byte major,
byte minor,
Throwable cause)
|
Method Summary | |
---|---|
AMQFrame |
getCloseFrame(int channel)
|
Methods inherited from class org.apache.qpid.AMQException |
---|
cloneForCurrentThread, getErrorCode, isHardError, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
boolean _closeConnetion
Constructor Detail |
---|
public AMQConnectionException(AMQConstant errorCode, String msg, int classId, int methodId, byte major, byte minor, Throwable cause)
Method Detail |
---|
public AMQFrame getCloseFrame(int channel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |