Class AMQPInvalidClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.server.protocol.v0_8.AMQPInvalidClassException
-
- All Implemented Interfaces:
java.io.Serializable
public class AMQPInvalidClassException extends java.lang.RuntimeExceptionAMQPInvalidClassException indicates an error when trying to store an illegally typed argument in a field table.TODO Could just re-use an existing exception like IllegalArgumentException or ClassCastException.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINVALID_OBJECT_MSGError message text when trying to store an unsupported class or null object
-
Constructor Summary
Constructors Constructor Description AMQPInvalidClassException(java.lang.String s)
-
-
-
Field Detail
-
INVALID_OBJECT_MSG
public static final java.lang.String INVALID_OBJECT_MSG
Error message text when trying to store an unsupported class or null object- See Also:
- Constant Field Values
-
-