org.exolab.jms.config
Class ConfigurationFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.jms.config.ConfigurationFileException
All Implemented Interfaces:
java.io.Serializable

Deprecated. no replacement

public class ConfigurationFileException
extends java.lang.Exception

This excpetion is thrown if an invalid configuration file has been encountered.

Version:
$Revision: 1.2 $ $Date: 2005/08/30 05:07:11 $
Author:
Jim Alateras
See Also:
ConfigurationManager, Serialized Form

Constructor Summary
ConfigurationFileException()
          Deprecated. Default constructor with no additional info.
ConfigurationFileException(java.lang.String reason)
          Deprecated. Construct an instance of this exception with the specified reason.
 
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

ConfigurationFileException

public ConfigurationFileException()
Deprecated. 
Default constructor with no additional info.


ConfigurationFileException

public ConfigurationFileException(java.lang.String reason)
Deprecated. 
Construct an instance of this exception with the specified reason.

Parameters:
reason -


Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.