Class UnauthenticatedException

All Implemented Interfaces:
Serializable

public class UnauthenticatedException extends ApiException
Exception thrown when the request does not have valid authentication credentials for the operation.
See Also:
  • Constructor Details

    • UnauthenticatedException

      public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)
    • UnauthenticatedException

      public UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
    • UnauthenticatedException

      public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)