org.exolab.jms.config
Class FileDoesNotExistException

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

public class FileDoesNotExistException
extends java.lang.Exception

This excpetion is thrown when an attempt is made to access a configuration file that does not exist.

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

Constructor Summary
FileDoesNotExistException()
          Default constructor with no additional info.
FileDoesNotExistException(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

FileDoesNotExistException

public FileDoesNotExistException()
Default constructor with no additional info.

FileDoesNotExistException

public FileDoesNotExistException(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.