@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ArgumentException extends LDAPSDKException
| Constructor and Description |
|---|
ArgumentException(java.lang.String message)
Creates a new argument exception with the provided message.
|
ArgumentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new argument exception with the provided message and cause.
|
getExceptionMessage, getExceptionMessage, toString, toStringpublic ArgumentException(@NotNull java.lang.String message)
message - The message to use for this exception.public ArgumentException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
message - The message to use for this exception.cause - The underlying exception that triggered this exception.