|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.unboundid.util.LDAPSDKException
com.unboundid.asn1.ASN1Exception
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ASN1Exception
This class defines an exception that can be thrown if a problem occurs while interacting with ASN.1 BER elements.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.unboundid.util.LDAPSDKException |
|---|
getExceptionMessage, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1Exception(java.lang.String message)
message - A message explaining the problem that occurred.
public ASN1Exception(java.lang.String message,
java.lang.Throwable cause)
message - A message explaining the problem that occurred.cause - The underlying cause for this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||