public class SecureConfigException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
SecureConfigException(java.lang.String message) |
Constructs a new secure config exception with the specified detail message.
|
SecureConfigException(java.lang.String message,
java.lang.Throwable cause) |
Construct with a message.
|
public SecureConfigException(java.lang.String message)
message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public SecureConfigException(java.lang.String message,
java.lang.Throwable cause)
message - message with descriptive information about the failurecause - cause of this exceptionException(String, Throwable)Copyright © 2018 Oracle Corporation. All rights reserved.