tigase.conf
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by tigase.conf.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends IOException

Author:
kobit
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates a new instance of ConfigurationException without detail message.
ConfigurationException(String msg)
          Constructs an instance of ConfigurationException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates a new instance of ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(String msg)
Constructs an instance of ConfigurationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.