类 RetryInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.dongliu.commons.exception.RetryInterruptedException
-
- 所有已实现的接口:
java.io.Serializable
public class RetryInterruptedException extends java.lang.RuntimeExceptionRetry过程中被interrupt时抛出的异常- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RetryInterruptedException()RetryInterruptedException(java.lang.String message)RetryInterruptedException(java.lang.String message, java.lang.Throwable cause)RetryInterruptedException(java.lang.Throwable cause)
-
-
-
构造器详细资料
-
RetryInterruptedException
public RetryInterruptedException()
-
RetryInterruptedException
public RetryInterruptedException(java.lang.String message)
-
RetryInterruptedException
public RetryInterruptedException(java.lang.String message, java.lang.Throwable cause)
-
RetryInterruptedException
public RetryInterruptedException(java.lang.Throwable cause)
-
-