Class AWSAuthenticationException

  • All Implemented Interfaces:
    Serializable

    @Internal
    public class AWSAuthenticationException
    extends RuntimeException
    Exception thrown on failure of authentication of Aws Credentials, this includes missing configuration, illegal access and unreachable endpoints. All AWSAuthenticationException should be non-retryable.
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSAuthenticationException

        public AWSAuthenticationException​(String message)
      • AWSAuthenticationException

        public AWSAuthenticationException​(String message,
                                          Throwable cause)