public class UnavailableDriverException extends SmartCardException
| Constructor and Description |
|---|
UnavailableDriverException()
Constructor.
|
UnavailableDriverException(String message)
Constructor.
|
UnavailableDriverException(String message,
Throwable cause)
Constructor.
|
UnavailableDriverException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnavailableDriverException()
public UnavailableDriverException(String message)
message - the exception message.public UnavailableDriverException(Throwable cause)
cause - the causing exception.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.