org.exolab.jms.config
Class ConfigurationFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.config.ConfigurationFileException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationFileException
extends java.lang.Exception

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

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:32:55 $
Author:
Jim Alateras
See Also:
ConfigurationManager, Serialized Form

Constructor Summary
ConfigurationFileException()
          Default constructor with no additional info.
ConfigurationFileException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationFileException

public ConfigurationFileException()
Default constructor with no additional info.

ConfigurationFileException

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


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