Class NessieUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable, ErrorCodeAware

    public class NessieUnavailableException
    extends NessieRuntimeException
    Represents failures related to Nessie being temporarily unavailable. These errors can be retried with a back-off.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NessieUnavailableException

        public NessieUnavailableException​(NessieError error)