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