public class ConfigurationException extends IOException
| Constructor and Description |
|---|
ConfigurationException()
Creates a new instance of
ConfigurationException without detail message. |
ConfigurationException(String msg)
Constructs an instance of
ConfigurationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException()
ConfigurationException without detail message.public ConfigurationException(String msg)
ConfigurationException with the specified detail message.msg - the detail message.Copyright © 2014 "Tigase, Inc.". All rights reserved.