Class LdapSchemaViolationException

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The serial version UUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • LdapSchemaViolationException

        public LdapSchemaViolationException​(ResultCodeEnum resultCode,
                                            String message)
        Creates a new instance of LdapSchemaViolationException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
      • LdapSchemaViolationException

        public LdapSchemaViolationException​(ResultCodeEnum resultCode,
                                            String message,
                                            Throwable cause)
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
        cause - The root cause for this exception
      • LdapSchemaViolationException

        public LdapSchemaViolationException​(ResultCodeEnum resultCode)
        Creates a new instance of LdapSchemaViolationException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception