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 java.io.IOException implements Serializable
-
Serialized Fields
-
channel
java.lang.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 java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.MalformedFrameException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.MissedHeartbeatException extends java.net.SocketTimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.PossibleAuthenticationFailureException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.ProtocolVersionMismatchException extends java.net.ProtocolException implements Serializable
- serialVersionUID:
- 1L
-
Class com.rabbitmq.client.ShutdownSignalException extends java.lang.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
java.lang.Object _ref
Either Channel or Connection instance, depending on _hardError
-
-
Class com.rabbitmq.client.TopologyRecoveryException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
recordedEntity
RecordedEntity recordedEntity
-
-
-
Class com.rabbitmq.client.UnexpectedFrameError extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_expectedFrameType
int _expectedFrameType
-
_frame
Frame _frame
-
-
Class com.rabbitmq.client.UnexpectedMethodError extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_method
Method _method
-
-
Class com.rabbitmq.client.UnknownClassOrMethodId extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
int classId
-
methodId
int methodId
-
-
Class com.rabbitmq.client.UnroutableRpcRequestException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
returnMessage
Return returnMessage
-
-
-
-
Package com.rabbitmq.client.impl
-
Class com.rabbitmq.client.impl.OAuthTokenManagementException extends java.lang.RuntimeException implements Serializable
-
Class com.rabbitmq.client.impl.VariableLinkedBlockingQueue extends java.util.AbstractQueue<E> implements Serializable
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Reconstitute this queue instance from a stream (that is, deserialize it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.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:
java.io.IOException
-
-
Serialized Fields
-
capacity
int capacity
The capacity bound, or Integer.MAX_VALUE if none -
count
java.util.concurrent.atomic.AtomicInteger count
Current number of elements -
notEmpty
java.util.concurrent.locks.Condition notEmpty
Wait queue for waiting takes -
notFull
java.util.concurrent.locks.Condition notFull
Wait queue for waiting puts -
putLock
java.util.concurrent.locks.ReentrantLock putLock
Lock held by put, offer, etc -
takeLock
java.util.concurrent.locks.ReentrantLock takeLock
Lock held by take, poll, etc
-
-
Class com.rabbitmq.client.impl.WorkPoolFullException extends java.lang.RuntimeException implements Serializable
-
-
Package com.rabbitmq.tools.jsonrpc
-
Class com.rabbitmq.tools.jsonrpc.JsonRpcException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
Error code -
error
java.lang.Object error
Error detail object - may not always be present or meaningful -
message
java.lang.String message
Error message -
name
java.lang.String name
Usually the constant string, "JSONRPCError"
-
-
Class com.rabbitmq.tools.jsonrpc.JsonRpcMappingException extends java.lang.RuntimeException implements Serializable
-