public class InsufficientConfigurationException extends ConfigurationException
Constructor and Description |
---|
InsufficientConfigurationException(String inMessage) |
InsufficientConfigurationException(String inMessage,
Throwable inException) |
InsufficientConfigurationException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientConfigurationException(String inMessage)
public InsufficientConfigurationException(String inMessage, Throwable inException)
public InsufficientConfigurationException(Throwable inException)
jataylor@hairyfatguy.com