public class ConfigException extends RuntimeException implements UserDataException
Modifier | Constructor and Description |
---|---|
protected |
ConfigException() |
|
ConfigException(String message)
Constructs a new
ConfigException with the specified detail message. |
|
ConfigException(String message,
Throwable cause)
Constructs a new
ConfigException with the specified detail message and cause. |
|
ConfigException(Throwable cause)
Constructs a new
ConfigException with the specified cause and a detail message of the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ConfigException()
public ConfigException(String message)
ConfigException
with the specified detail message.message
- the detail messagepublic ConfigException(Throwable cause)
ConfigException
with the specified cause and a detail message of the cause.cause
- the causepublic ConfigException(String message, Throwable cause)
ConfigException
with the specified detail message and cause.message
- the detail messagecause
- the cause