public class DecryptionException extends Exception
Constructor and Description |
---|
DecryptionException()
Constructor.
|
DecryptionException(Exception wrappedException)
Constructor.
|
DecryptionException(String message)
Constructor.
|
DecryptionException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DecryptionException()
public DecryptionException(String message)
message
- exception messagepublic DecryptionException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018 JBoss by Red Hat. All rights reserved.