public class ASN1ParsingException extends IllegalStateException
| Constructor and Description |
|---|
ASN1ParsingException(String message) |
ASN1ParsingException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause of this
Throwable, or null if there is
no cause. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ASN1ParsingException(String message)