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