Class 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 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)