org.apache.qpid
Class AMQPInvalidClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.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.
CRC Card
Responsibilities | Collaborations
|
---|
Represents illegal argument type for field table values.
|
- See Also:
- Serialized Form
- Todo:
- Could just re-use an exising exception like IllegalArgumentException or ClassCastException.
Field Summary |
static String |
INVALID_OBJECT_MSG
Error message text when trying to store an unsupported class or null object |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
AMQPInvalidClassException
public AMQPInvalidClassException(String s)
Licensed to the Apache Software Foundation