Class UnauthenticatedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.Throwable cause,
                                        StatusCode statusCode,
                                        boolean retryable)
      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.String message,
                                        java.lang.Throwable cause,
                                        StatusCode statusCode,
                                        boolean retryable)
      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.Throwable cause,
                                        StatusCode statusCode,
                                        boolean retryable,
                                        ErrorDetails errorDetails)