Class UnavailableException

All Implemented Interfaces:
Serializable

public class UnavailableException extends AuthException
Exception thrown by the auth client code when the deadline runs out for attempts to retry operations when the auth server is unavailable.
See Also:
  • Constructor Details

    • UnavailableException

      public UnavailableException(String message)
    • UnavailableException

      public UnavailableException(String message, Throwable cause)