Serialized Form
-
Package com.rabbitmq.client
-
Class com.rabbitmq.client.AlreadyClosedException extends ShutdownSignalException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.AuthenticationFailureException extends PossibleAuthenticationFailureException implements Serializable
-
Class com.rabbitmq.client.ChannelContinuationTimeoutException extends IOException implements Serializable
-
Serialized Fields
-
channel
Object channel
The channel that performed the call. Typed asObject
as the underlying object that performs the call might not be an implementation ofChannel
. -
channelNumber
int channelNumber
The number of the channel that performed the call. -
method
Method method
The request method that timed out.
-
-
-
Class com.rabbitmq.client.ConsumerCancelledException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.MalformedFrameException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.MissedHeartbeatException extends SocketTimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.PossibleAuthenticationFailureException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.ProtocolVersionMismatchException extends ProtocolException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.ShutdownSignalException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hardError
boolean _hardError
True if the connection is shut down, or false if this signal refers to a channel -
_initiatedByApplication
boolean _initiatedByApplication
True if this exception is caused by explicit application action; false if it originated with the broker or as a result of detectable non-deliberate application failure -
_reason
Method _reason
Possible explanation -
_ref
Object _ref
Either Channel or Connection instance, depending on _hardError
-
-
Class com.rabbitmq.client.TopologyRecoveryException extends Exception implements Serializable
-
Class com.rabbitmq.client.UnexpectedFrameError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_expectedFrameType
int _expectedFrameType
-
_frame
Frame _frame
-
-
Class com.rabbitmq.client.UnexpectedMethodError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_method
Method _method
-
-
Class com.rabbitmq.client.UnknownClassOrMethodId extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
int classId
-
methodId
int methodId
-
-
Class com.rabbitmq.client.UnroutableRpcRequestException extends RuntimeException implements Serializable
-
Serialized Fields
-
body
byte[] body
-
exchange
String exchange
-
properties
AMQP.BasicProperties properties
-
replyCode
int replyCode
-
replyText
String replyText
-
routingKey
String routingKey
-
-
-
-
Package com.rabbitmq.client.impl
-
Class com.rabbitmq.client.impl.VariableLinkedBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute this queue instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state to a stream (that is, serialize it).- Serial Data:
- The capacity is emitted (int), followed by all of its elements (each an Object) in the proper order, followed by a null
- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
The capacity bound, or Integer.MAX_VALUE if none -
count
AtomicInteger count
Current number of elements -
notEmpty
Condition notEmpty
Wait queue for waiting takes -
notFull
Condition notFull
Wait queue for waiting puts -
putLock
ReentrantLock putLock
Lock held by put, offer, etc -
takeLock
ReentrantLock takeLock
Lock held by take, poll, etc
-
-
Class com.rabbitmq.client.impl.WorkPoolFullException extends RuntimeException implements Serializable
-
-
Package com.rabbitmq.tools.jsonrpc
-
Class com.rabbitmq.tools.jsonrpc.JsonRpcException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.tools.jsonrpc.JsonRpcMappingException extends RuntimeException implements Serializable
-