public class ConfigurationException extends RuntimeException
Constructor and Description |
---|
ConfigurationException(String message)
Constructs a new
ConfigurationException with the specified
detail message. |
ConfigurationException(String message,
Throwable cause)
Constructs a new
ConfigurationException with the specified detail
message and the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
ConfigurationException
with the specified
detail message.message
- The detail message.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.