Class AMQConnectionException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      AMQConnectionException​(int errorCode, java.lang.String msg, int classId, int methodId, MethodRegistry methodRegistry, java.lang.Throwable cause)  
    • Constructor Detail

      • AMQConnectionException

        public AMQConnectionException​(int errorCode,
                                      java.lang.String msg,
                                      int classId,
                                      int methodId,
                                      MethodRegistry methodRegistry,
                                      java.lang.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