public class ConfigurationException extends Exception
Constructor and Description |
---|
ConfigurationException()
Creates new
ConfigurationException without detail message. |
ConfigurationException(String msg)
Constructs an
ConfigurationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException()
ConfigurationException
without detail message.public ConfigurationException(String msg)
ConfigurationException
with the specified detail message.msg
- the detail message.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.