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