public class SettingNotFoundException extends ConfigException
Constructor and Description |
---|
SettingNotFoundException() |
SettingNotFoundException(String message) |
SettingNotFoundException(String message,
Throwable cause) |
SettingNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SettingNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SettingNotFoundException()
public SettingNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public SettingNotFoundException(String message)
public SettingNotFoundException(Throwable cause)
Copyright © 2015. All rights reserved.