Class AuthClientNotAuthorizedException

  • All Implemented Interfaces:
    Serializable

    public class AuthClientNotAuthorizedException
    extends AuthClientException
    Exception thrown when the client failed to authenticate to the auth service using configured key suppliers.
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthClientNotAuthorizedException

        public AuthClientNotAuthorizedException​(BmcException e)
      • AuthClientNotAuthorizedException

        public AuthClientNotAuthorizedException​(String message,
                                                BmcException cause)
    • Method Detail

      • matches

        public static boolean matches​(BmcException cause)
        Return true if the exception is a “client unauthorized” exception.
        Parameters:
        cause - BMC exception to check
        Returns:
        true if the exception is a “client unauthorized” exception