Package org.apache.qpid.proton.codec
Class DecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.proton.codec.DecodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecodeException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException()
DecodeException(java.lang.String message)
DecodeException(java.lang.String message, java.lang.Throwable cause)
DecodeException(java.lang.Throwable cause)
-