@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ASN1Exception extends LDAPSDKException
Constructor and Description |
---|
ASN1Exception(java.lang.String message)
Creates a new ASN.1 exception with the provided message.
|
ASN1Exception(java.lang.String message,
java.lang.Throwable cause)
Creates a new ASN.1 exception with the provided message and cause.
|
getExceptionMessage, getExceptionMessage, toString, toString
public ASN1Exception(@NotNull java.lang.String message)
message
- A message explaining the problem that occurred.public ASN1Exception(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
message
- A message explaining the problem that occurred.cause
- The underlying cause for this exception.