com.plumtree.openfoundation.io
Class XPFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.io.XPIOException
                      extended by com.plumtree.openfoundation.io.XPFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class XPFileNotFoundException
extends XPIOException

Corresponds to java.io.FileNotFoundException. Signals that an attempt to open the file denoted by a specified pathname has failed.

Author:
djc
See Also:
Serialized Form

Constructor Summary
XPFileNotFoundException()
          Creates a new XPFileNotFoundException object.
XPFileNotFoundException(java.lang.String message)
          Creates a new XPFileNotFoundException object.
XPFileNotFoundException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPFileNotFoundException object.
XPFileNotFoundException(java.lang.Throwable e)
          Creates a new XPFileNotFoundException object.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPFileNotFoundException

public XPFileNotFoundException()
Creates a new XPFileNotFoundException object.


XPFileNotFoundException

public XPFileNotFoundException(java.lang.String message)
Creates a new XPFileNotFoundException object.

Parameters:
message - A string returned to the client when GetMessage() is called

XPFileNotFoundException

public XPFileNotFoundException(java.lang.Throwable e)
Creates a new XPFileNotFoundException object.

Parameters:
e - An instance of Exception class

XPFileNotFoundException

public XPFileNotFoundException(java.lang.String message,
                               java.lang.Throwable e)
Creates a new XPFileNotFoundException object.

Parameters:
message - A string returned to the client when GetMessage() is called
e - An instance of Exception class


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.