Class LDAPSDKUsageException

All Implemented Interfaces:
Serializable

This class provides a runtime exception that may be thrown by the LDAP SDK if it detects a problem with the usage of the SDK itself (e.g., a null value provided for an argument that must not be null, or an argument value that violates a documented constraint).
See Also:
  • Constructor Details

    • LDAPSDKUsageException

      Creates a new instance of this exception with the provided message.
      Parameters:
      message - The message to use for this exception.
    • LDAPSDKUsageException

      Creates a new instance of this exception with the provided message and cause.
      Parameters:
      message - The message to use for this exception.
      cause - The underlying cause for this exception. It may be null if no cause is available.
  • Method Details