Serialized Form
-
Package org.apache.qpid.proton
-
Exception Class org.apache.qpid.proton.InterruptException
class InterruptException extends ProtonException implements Serializable -
Exception Class org.apache.qpid.proton.ProtonException
class ProtonException extends RuntimeException implements Serializable -
Exception Class org.apache.qpid.proton.ProtonUnsupportedOperationException
class ProtonUnsupportedOperationException extends UnsupportedOperationException implements Serializable -
Exception Class org.apache.qpid.proton.TimeoutException
class TimeoutException extends ProtonException implements Serializable
-
-
Package org.apache.qpid.proton.amqp
-
Class org.apache.qpid.proton.amqp.Decimal128
class Decimal128 extends Number implements Serializable-
Serialized Fields
-
_lsb
long _lsb
-
_msb
long _msb
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.Decimal32
class Decimal32 extends Number implements Serializable-
Serialized Fields
-
_bits
int _bits
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.Decimal64
class Decimal64 extends Number implements Serializable-
Serialized Fields
-
_bits
long _bits
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedByte
class UnsignedByte extends Number implements Serializable-
Serialized Fields
-
_underlying
byte _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedInteger
class UnsignedInteger extends Number implements Serializable-
Serialized Fields
-
_underlying
int _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedLong
class UnsignedLong extends Number implements Serializable-
Serialized Fields
-
_underlying
long _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedShort
class UnsignedShort extends Number implements Serializable-
Serialized Fields
-
_underlying
short _underlying
-
-
-
-
Package org.apache.qpid.proton.codec
-
Exception Class org.apache.qpid.proton.codec.DecodeException
class DecodeException extends RuntimeException implements Serializable -
Exception Class org.apache.qpid.proton.codec.EncodeException
class EncodeException extends RuntimeException implements Serializable
-
-
Package org.apache.qpid.proton.engine
-
Exception Class org.apache.qpid.proton.engine.HandlerException
class HandlerException extends RuntimeException implements Serializable- serialVersionUID:
- 5300211824119834005L
-
Serialized Fields
-
handler
Handler handler
-
-
Exception Class org.apache.qpid.proton.engine.TransportDecodeException
class TransportDecodeException extends TransportException implements Serializable -
Exception Class org.apache.qpid.proton.engine.TransportException
class TransportException extends ProtonException implements Serializable
-
-
Package org.apache.qpid.proton.engine.impl
-
Exception Class org.apache.qpid.proton.engine.impl.AmqpErrorException
class AmqpErrorException extends Exception implements Serializable
-