Package net.snowflake.ingest.utils
Class BackOffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.snowflake.ingest.utils.BackOffException
-
- All Implemented Interfaces:
Serializable
public class BackOffException extends RuntimeException
BackOffException - Exception thrown when we have to back off- Author:
- obabarinsa
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackOffException()
BackOffException(String message)
BackOffException(String message, Throwable cause)
BackOffException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-