public class ConfiguratorException extends Exception
Constructor and Description |
---|
ConfiguratorException()
Constructs a new exception with null as its detail message.
|
ConfiguratorException(String message)
Constructs a new exception with the specified detail message.
|
ConfiguratorException(String message,
Exception e)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfiguratorException()
public ConfiguratorException(String message)