Serialized Form
-
Package com.rabbitmq.client
-
Exception Class com.rabbitmq.client.AlreadyClosedException
class AlreadyClosedException extends ShutdownSignalException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.AuthenticationFailureException
class AuthenticationFailureException extends PossibleAuthenticationFailureException implements Serializable -
Exception Class com.rabbitmq.client.ChannelContinuationTimeoutException
class 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.
-
-
-
Exception Class com.rabbitmq.client.ConsumerCancelledException
class ConsumerCancelledException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.MalformedFrameException
class MalformedFrameException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.MissedHeartbeatException
class MissedHeartbeatException extends SocketTimeoutException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.PossibleAuthenticationFailureException
class PossibleAuthenticationFailureException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.ProtocolVersionMismatchException
class ProtocolVersionMismatchException extends ProtocolException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.ShutdownSignalException
class 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
-
-
Exception Class com.rabbitmq.client.TopologyRecoveryException
class TopologyRecoveryException extends Exception implements Serializable-
Serialized Fields
-
recordedEntity
RecordedEntity recordedEntity
-
-
-
Exception Class com.rabbitmq.client.UnexpectedFrameError
class UnexpectedFrameError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_expectedFrameType
int _expectedFrameType
-
_frame
Frame _frame
-
-
Exception Class com.rabbitmq.client.UnexpectedMethodError
class UnexpectedMethodError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_method
Method _method
-
-
Exception Class com.rabbitmq.client.UnknownClassOrMethodId
class UnknownClassOrMethodId extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
int classId
-
methodId
int methodId
-
-
Exception Class com.rabbitmq.client.UnroutableRpcRequestException
class UnroutableRpcRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
returnMessage
Return returnMessage
-
-
-
-
Package com.rabbitmq.client.impl
-
Exception Class com.rabbitmq.client.impl.OAuthTokenManagementException
class OAuthTokenManagementException extends RuntimeException implements Serializable -
Class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
Reconstitute this queue instance from a stream (that is, deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
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
- Parameters:
s
- the stream- 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
-
-
Exception Class com.rabbitmq.client.impl.WorkPoolFullException
class WorkPoolFullException extends RuntimeException implements Serializable
-
-
Package com.rabbitmq.tools.jsonrpc
-
Exception Class com.rabbitmq.tools.jsonrpc.JsonRpcException
class JsonRpcException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.tools.jsonrpc.JsonRpcMappingException
class JsonRpcMappingException extends RuntimeException implements Serializable
-