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

public class Pkcs11ConfigurationException extends SecurityException
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 Details

    • Pkcs11ConfigurationException

      public Pkcs11ConfigurationException(String message)
      Constructor setting the error message.
      Parameters:
      message - the error message
    • Pkcs11ConfigurationException

      public Pkcs11ConfigurationException(String message, Throwable cause)
      Constructor setting the error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error