Class AuthClientForbiddenException

  • All Implemented Interfaces:
    Serializable

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

      • AuthClientForbiddenException

        public AuthClientForbiddenException​(BmcException e)
      • AuthClientForbiddenException

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

      • matches

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