Class PK11Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class PK11Exception
    extends java.lang.RuntimeException
    This is a generic PKCS #11 exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PK11Exception()  
      PK11Exception​(java.lang.String mesg)  
      PK11Exception​(java.lang.String mesg, java.lang.Throwable cause)  
      PK11Exception​(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      PK11Exception​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PK11Exception

        public PK11Exception()
      • PK11Exception

        public PK11Exception​(java.lang.String mesg)
      • PK11Exception

        public PK11Exception​(java.lang.Throwable cause)
      • PK11Exception

        public PK11Exception​(java.lang.String mesg,
                             java.lang.Throwable cause)
      • PK11Exception

        public PK11Exception​(java.lang.String mesg,
                             java.lang.Throwable cause,
                             boolean enableSuppression,
                             boolean writableStackTrace)