public class DEREncodingException
extends java.lang.IllegalStateException
DEROutputStream).| Constructor and Description |
|---|
DEREncodingException(java.lang.String message)
Base constructor.
|
DEREncodingException(java.lang.String message,
java.lang.Throwable cause)
Constructor when this exception is due to another one.
|
public DEREncodingException(java.lang.String message)
message - a message concerning the exception.public DEREncodingException(java.lang.String message,
java.lang.Throwable cause)
message - a message concerning the exception.cause - the exception that caused this exception to be thrown.