Serializablepublic class SecureConfigException extends RuntimeException
| Constructor | Description |
|---|---|
SecureConfigException(String message) |
Constructs a new secure config exception with the specified detail message.
|
SecureConfigException(String message,
Throwable cause) |
Construct with a message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecureConfigException(String message)
message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public SecureConfigException(String message, Throwable cause)
message - message with descriptive information about the failurecause - cause of this exceptionException(String, Throwable)Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.