Project JXTA

net.jxta.ext.config
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.jxta.ext.config.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends Exception

Version:
$Id: ResourceNotFoundException.java,v 1.1 2003/10/08 07:24:12 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ResourceNotFoundException()
          Constructor for the ResourceNotFoundException object
ResourceNotFoundException(String msg)
          Constructor for the ResourceNotFoundException object
ResourceNotFoundException(String msg, Throwable ex)
          Constructor for the ResourceNotFoundException object
ResourceNotFoundException(Throwable ex)
          Constructor for the ResourceNotFoundException object
 
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

ResourceNotFoundException

public ResourceNotFoundException()
Constructor for the ResourceNotFoundException object


ResourceNotFoundException

public ResourceNotFoundException(String msg)
Constructor for the ResourceNotFoundException object

Parameters:
msg - Description of the Parameter

ResourceNotFoundException

public ResourceNotFoundException(Throwable ex)
Constructor for the ResourceNotFoundException object

Parameters:
ex - Description of the Parameter

ResourceNotFoundException

public ResourceNotFoundException(String msg,
                                 Throwable ex)
Constructor for the ResourceNotFoundException object

Parameters:
msg - Description of the Parameter
ex - Description of the Parameter

JXTA J2SE