Class AMQException

    • Constructor Detail

      • AMQException

        public AMQException​(int errorCode,
                            String message)
      • AMQException

        public AMQException​(int errorCode,
                            String msg,
                            Throwable cause)
      • AMQException

        public AMQException​(int errorCode,
                            boolean isHardError,
                            String message,
                            Throwable cause)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • isHardError

        public boolean isHardError()
      • 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 QpidException
        Returns:
        cloned exception