Class AMQConnectionException

  • All Implemented Interfaces:
    Serializable

    public class AMQConnectionException
    extends AMQException
    AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
    See Also:
    Serialized Form
    • Constructor Detail

      • AMQConnectionException

        public AMQConnectionException​(int errorCode,
                                      String msg,
                                      int classId,
                                      int methodId,
                                      MethodRegistry methodRegistry,
                                      Throwable cause)
    • Method Detail

      • getCloseFrame

        public AMQFrame getCloseFrame()
      • cloneForCurrentThread

        public AMQException cloneForCurrentThread()
        Description copied from class: QpidException
        Rethrown this exception as a new exception. Attempt to create a new exception of the same class if they have the default constructor of: {String, Throwable}.
        Overrides:
        cloneForCurrentThread in class AMQException
        Returns:
        cloned exception