Class UnacceptableCredentialException

  • All Implemented Interfaces:
    Serializable

    public class UnacceptableCredentialException
    extends ApiException
    Exception thrown when attempting to define a credential that does not meet the criteria for acceptability (for example, attempting to create a SCRAM credential with an empty username or password or too few/many iterations).
    See Also:
    Serialized Form
    • Constructor Detail

      • UnacceptableCredentialException

        public UnacceptableCredentialException​(String message)
        Constructor
        Parameters:
        message - the exception's message
      • UnacceptableCredentialException

        public UnacceptableCredentialException​(String message,
                                               Throwable cause)
        Parameters:
        message - the exception's message
        cause - the exception's cause