Class AMQPInvalidClassException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AMQPInvalidClassException
    extends java.lang.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 java.lang.String INVALID_OBJECT_MSG
      Error message text when trying to store an unsupported class or null object
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • AMQPInvalidClassException

        public AMQPInvalidClassException​(java.lang.String s)