Class ResilientValue.UnavailableException

All Implemented Interfaces:
Serializable
Enclosing interface:
ResilientValue<T>

public static class ResilientValue.UnavailableException extends FaultToleranceException
Exception indicating that a source may become available later.
See Also:
  • Constructor Details

    • UnavailableException

      public UnavailableException(String message)
      Create a new unavailable exception.
      Parameters:
      message - safe description of the failure
    • UnavailableException

      public UnavailableException(String message, Throwable cause)
      Create a new unavailable exception.
      Parameters:
      message - safe description of the failure
      cause - cause of the failure