Home
last modified time | relevance | path

Searched defs:TokenRuntimeException (Results 1 – 1 of 1) sorted by relevance

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/
H A DTokenRuntimeException.java11 public class TokenRuntimeException extends RuntimeException { class
25 public TokenRuntimeException() { in TokenRuntimeException() method in TokenRuntimeException
37 public TokenRuntimeException(String message) { in TokenRuntimeException() method in TokenRuntimeException
48 public TokenRuntimeException(Exception encapsulatedException) { in TokenRuntimeException() method in TokenRuntimeException
63 public TokenRuntimeException(String message, Exception encapsulatedException) { in TokenRuntimeException() method in TokenRuntimeException