パッケージ org.springframework.amqp

クラス AmqpException

    • コンストラクターのサマリー

      コンストラクター  
      コンストラクター 説明
      AmqpException​(java.lang.String message)
      AmqpException​(java.lang.String message, java.lang.Throwable cause)
      AmqpException​(java.lang.Throwable cause)
    • メソッドのサマリー

      • クラス java.lang.Throwable から継承されたメソッド

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクターの詳細

      • AmqpException

        public AmqpException​(java.lang.String message)
      • AmqpException

        public AmqpException​(java.lang.Throwable cause)
      • AmqpException

        public AmqpException​(java.lang.String message,
                             java.lang.Throwable cause)