public class X509ExtensionInitException extends X509ExtensionException
Possible reasons are:
Constructor and Description |
---|
X509ExtensionInitException(ObjectID extensionID,
boolean critical,
java.lang.String errorMessage)
Creates a new X509ExtensionInitException.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
getExtensionID()
Returns the ObjectID of the broken extension.
|
boolean |
isCriticalExtension()
Returns true if the broken extension is critical.
|
public X509ExtensionInitException(ObjectID extensionID, boolean critical, java.lang.String errorMessage)
extensionID
- the ObjectID of the broken extensioncritical
- whether the broken extension is critical or noterrorMessage
- a message describing the reason of the errorpublic ObjectID getExtensionID()
public boolean isCriticalExtension()