Class 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 Detail

      • UnrecoverableException

        public UnrecoverableException​(String message,
                                      Throwable cause)