public abstract class KeypleException
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
KeypleException(java.lang.String message) |
protected |
KeypleException(java.lang.String message,
java.lang.Throwable cause)
Encapsulate a lower level exception (ie CardException, IOException, HostNotFoundException..)
|
protected KeypleException(java.lang.String message)
message
- the message to identify the exception contextprotected KeypleException(java.lang.String message, java.lang.Throwable cause)
message
- message to identify the exception contextcause
- the cause