public class X509ExtensionException
extends java.security.GeneralSecurityException
| Constructor and Description |
|---|
X509ExtensionException()
Constructs an X509ExtensionException with no detail message.
|
X509ExtensionException(java.lang.String message)
Constructs the exception with the specified detail
message.
|
public X509ExtensionException()
public X509ExtensionException(java.lang.String message)
message - the detail message.