public class PKCS11RuntimeException extends TokenRuntimeException
encapsulatedException_| Constructor and Description | 
|---|
PKCS11RuntimeException()
Empty constructor. 
 | 
PKCS11RuntimeException(java.lang.Exception encapsulatedException)
Constructor taking an other exception to wrap. 
 | 
PKCS11RuntimeException(java.lang.String message)
Constructor taking a string that describes the reason of the exception
 in more detail. 
 | 
PKCS11RuntimeException(java.lang.String message,
                      java.lang.Exception encapsulatedException)
Constructor taking a message for this exception and an other exception to
 wrap. 
 | 
getEncapsulatedException, toStringpublic PKCS11RuntimeException()
public PKCS11RuntimeException(java.lang.String message)
message - A descrption of the reason for this exception.public PKCS11RuntimeException(java.lang.Exception encapsulatedException)
encapsulatedException - The other exception the wrap into this.public PKCS11RuntimeException(java.lang.String message,
                      java.lang.Exception encapsulatedException)
message - The message giving details about the exception to ease
                debugging.encapsulatedException - The other exception the wrap into this.