java.io.Serializable
public class ASN1ParsingException
extends java.lang.IllegalStateException
Constructor | Description |
---|---|
ASN1ParsingException(java.lang.String message) |
Base constructor
|
ASN1ParsingException(java.lang.String message,
java.lang.Throwable cause) |
Constructor when this exception is due to another one.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getCause() |
Return the underlying cause of this exception, if any.
|
public ASN1ParsingException(java.lang.String message)
message
- a message concerning the exception.public ASN1ParsingException(java.lang.String message, java.lang.Throwable cause)
message
- a message concerning the exception.cause
- the exception that caused this exception to be thrown.