public class ConfigException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ConfigException(java.lang.String message)
Create a new instance with the specified error message
|
ConfigException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance with the specified error message, and a cause
|
public ConfigException(java.lang.String message)
message - The error messagepublic ConfigException(java.lang.String message,
java.lang.Throwable cause)
message - The error messagecause - The exception causeCopyright © 2023. All rights reserved.