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:
Serializable
public class AMQPInvalidClassException extends RuntimeException
AMQPInvalidClassException 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 StringINVALID_OBJECT_MSGError message text when trying to store an unsupported class or null object
-
Constructor Summary
Constructors Constructor Description AMQPInvalidClassException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INVALID_OBJECT_MSG
public static final String INVALID_OBJECT_MSG
Error message text when trying to store an unsupported class or null object- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AMQPInvalidClassException
public AMQPInvalidClassException(String s)
-
-