public abstract class ConfigDataException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
ConfigDataException(String message,
Throwable cause)
Create a new
ConfigDataException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ConfigDataException(String message, Throwable cause)
ConfigDataException
instance.message
- the exception messagecause
- the exception cause