Class PK11Exception

All Implemented Interfaces:
Serializable

public class PK11Exception extends RuntimeException
This is a generic PKCS #11 exception.
See Also:
  • Field Details

  • Constructor Details

    • PK11Exception

      public PK11Exception()
    • PK11Exception

      public PK11Exception(String mesg)
    • PK11Exception

      public PK11Exception(Throwable cause)
    • PK11Exception

      public PK11Exception(String mesg, Throwable cause)
    • PK11Exception

      public PK11Exception(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)