public class ASN1ParsingException extends IllegalStateException
Constructor and Description |
---|
ASN1ParsingException(String message)
Base constructor
|
ASN1ParsingException(String message,
Throwable cause)
Constructor when this exception is due to another one.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Return the underlying cause of this exception, if any.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ASN1ParsingException(String message)
message
- a message concerning the exception.Copyright © 2017 BouncyCastle.org. All rights reserved.