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