public class InvalidSettingException extends IOException
| Constructor and Description |
|---|
InvalidSettingException()
Creates a new InvalidSettingException.
|
InvalidSettingException(String msg)
Creates a new InvalidSettingException.
|
InvalidSettingException(String msg,
Throwable ex)
Creates a new InvalidSettingException.
|
InvalidSettingException(Throwable ex)
Creates a new InvalidSettingException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSettingException()
public InvalidSettingException(String msg)
msg - a message for the exception.public InvalidSettingException(Throwable ex)
ex - the cause of the setting exception.Copyright? 2012-15 Jeremy Long. All Rights Reserved.