Class UnrecoverableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.amazonaws.athena.connectors.hbase.connection.UnrecoverableException
-
- All Implemented Interfaces:
Serializable
public class UnrecoverableException extends Exception
Used to indicate that a particular exception is not recoverable and thus not retriable by our HBaseConnection's automatic retry and reconnect logic.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-