Class AuthTokenFailureException

All Implemented Interfaces:
Serializable

public class AuthTokenFailureException extends SdkException
Exception thrown when there is a failure in obtaining the authentication token.
See Also:
  • Constructor Details

    • AuthTokenFailureException

      public AuthTokenFailureException(Exception cause)
      Constructs a new AuthTokenFailureException with the specified cause.
      Parameters:
      cause - the cause of the exception
    • AuthTokenFailureException

      public AuthTokenFailureException(String message)
      Constructs a new AuthTokenFailureException with the specified detail message.
      Parameters:
      message - the detail message