パッケージ io.digdag.util

クラス RetryExecutor.RetryGiveupException

  • すべての実装されたインタフェース:
    java.io.Serializable
    含まれているクラス:
    RetryExecutor

    public static class RetryExecutor.RetryGiveupException
    extends java.util.concurrent.ExecutionException
    関連項目:
    直列化された形式
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      RetryGiveupException​(java.lang.Exception cause)  
      RetryGiveupException​(java.lang.String message, java.lang.Exception cause)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      java.lang.Exception getCause()  
      • クラスから継承されたメソッド java.lang.Throwable

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

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

      • RetryGiveupException

        public RetryGiveupException​(java.lang.String message,
                                    java.lang.Exception cause)
      • RetryGiveupException

        public RetryGiveupException​(java.lang.Exception cause)
    • メソッドの詳細

      • getCause

        public java.lang.Exception getCause()
        オーバーライド:
        getCause クラス内 java.lang.Throwable