Class Pkcs11ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
se.swedenconnect.security.credential.pkcs11conf.Pkcs11ConfigurationException
- All Implemented Interfaces:
Serializable
Exception class for reporting invalid PKCS#11 configuration or failures to instatiate a PKCS#11 provider.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Constructor Summary
ConstructorDescriptionPkcs11ConfigurationException
(String message) Constructor setting the error message.Pkcs11ConfigurationException
(String message, Throwable cause) Constructor setting the error message and the cause of the error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Pkcs11ConfigurationException
Constructor setting the error message.- Parameters:
message
- the error message
-
Pkcs11ConfigurationException
Constructor setting the error message and the cause of the error.- Parameters:
message
- the error messagecause
- the cause of the error
-