@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class LDAPSDKUsageException extends LDAPSDKRuntimeException
null
value provided for an argument that must not be null
, or
an argument value that violates a documented constraint).Constructor and Description |
---|
LDAPSDKUsageException(java.lang.String message)
Creates a new instance of this exception with the provided message.
|
LDAPSDKUsageException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this exception with the provided message and
cause.
|
Modifier and Type | Method and Description |
---|---|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this exception to the provided buffer.
|
getExceptionMessage, getExceptionMessage, toString
public LDAPSDKUsageException(@NotNull java.lang.String message)
message
- The message to use for this exception.public LDAPSDKUsageException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
message
- The message to use for this exception.cause
- The underlying cause for this exception. It may be
null
if no cause is available.public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class LDAPSDKRuntimeException
buffer
- The buffer to which the string representation of this
exception is to be appended.