public class DerFormatException
extends java.lang.Exception
DER*
classes when an error of parsing occurs.Constructor and Description |
---|
DerFormatException(java.lang.String message)
Constructs an instance of this class with a detailed message.
|
DerFormatException(java.lang.String message,
java.lang.Throwable t)
Constructs an instance of this class with a Throwable and a detailed message.
|
DerFormatException(java.lang.Throwable t)
Constructs an instance of this class with a Throwable.
|
public DerFormatException(java.lang.Throwable t)
t
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public DerFormatException(java.lang.String message)
message
- the detail message.public DerFormatException(java.lang.String message, java.lang.Throwable t)
message
- the detail message.t
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)