public class ASN1ParsingException
extends java.lang.IllegalStateException
Constructor and 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 and 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.