public class DecryptionException extends Exception
| Constructor and Description |
|---|
DecryptionException()
Constructor.
|
DecryptionException(String message)
Constructor.
|
DecryptionException(String message,
Throwable cause)
Constructor.
|
DecryptionException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecryptionException()
public DecryptionException(String message)
message - error messagepublic DecryptionException(Throwable cause)
cause - root cause exceptionCopyright © 2014. All rights reserved.