|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Exception Summary | |
---|---|
AlreadyClosedException | Thrown when application tries to perform an action on connection/channel which was already closed |
ConsumerCancelledException | |
MalformedFrameException | Encapsulates a frame format error at the wire level. |
MissedHeartbeatException | Encapsulates an exception indicating that the connection has missed too many heartbeats and is being shut down. |
PossibleAuthenticationFailureException | Thrown when the likely cause is an authentication failure. |
ProtocolVersionMismatchException | Thrown to indicate that the server does not support the wire protocol version we requested immediately after opening the TCP socket. |
ShutdownSignalException | Encapsulates a shutdown condition for a connection to an AMQP broker. |
UnknownClassOrMethodId | Thrown when the protocol handlers detect an unknown class number or method number. |
Error Summary | |
---|---|
UnexpectedFrameError | Thrown when the command parser hits an unexpected frame type. |
UnexpectedMethodError | Indicates that a Method object was supplied that was not
expected. |
The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |