public class ConfigEncryptionException extends RuntimeException
| Constructor and Description |
|---|
ConfigEncryptionException(String message)
Constructs a new config encryption exception with the specified detail message.
|
ConfigEncryptionException(String message,
Throwable cause)
Construct with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigEncryptionException(String message)
message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public ConfigEncryptionException(String message, Throwable cause)
message - message with descriptive information about the failurecause - cause of this exceptionException(String, Throwable)Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.