public class PKCS11RuntimeException extends TokenRuntimeException
encapsulatedException| Constructor and Description |
|---|
PKCS11RuntimeException()
Empty constructor.
|
PKCS11RuntimeException(Exception encapsulatedException)
Constructor taking an other exception to wrap.
|
PKCS11RuntimeException(String message)
Constructor taking a string that describes the reason of the exception in
more detail.
|
PKCS11RuntimeException(String message,
Exception encapsulatedException)
Constructor taking a message for this exception and an other exception to
wrap.
|
getEncapsulatedException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PKCS11RuntimeException()
public PKCS11RuntimeException(String message)
message - A description of the reason for this exception.public PKCS11RuntimeException(Exception encapsulatedException)
encapsulatedException - The other exception the wrap into this.public PKCS11RuntimeException(String message, Exception encapsulatedException)
message - The message giving details about the exception to ease
debugging.encapsulatedException - The other exception the wrap into this.Copyright © 2018. All rights reserved.