public class DerFormatException extends Exception
DER*
classes when an error of parsing occurs.Constructor and Description |
---|
DerFormatException(String message)
Constructs an instance of this class with a detailed message.
|
DerFormatException(String message,
Throwable t)
Constructs an instance of this class with a Throwable and a detailed message.
|
DerFormatException(Throwable t)
Constructs an instance of this class with a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public DerFormatException(String message)
message
- the detail message.public DerFormatException(String message, Throwable t)
message
- the detail message.t
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public DerFormatException(Throwable t)
t
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)