Class RetryableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.vality.kafka.common.exception.RetryableException
- All Implemented Interfaces:
Serializable
public class RetryableException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RetryableException()RetryableException(String message)RetryableException(String message, Throwable cause)RetryableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)RetryableException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryableException
public RetryableException() -
RetryableException
-
RetryableException
-
RetryableException
-
RetryableException
-