com.plumtree.openfoundation.io
Class XPDirectoryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.openfoundation.util.XPException
                  extended bycom.plumtree.openfoundation.io.XPIOException
                      extended bycom.plumtree.openfoundation.io.XPDirectoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class XPDirectoryNotFoundException
extends XPIOException

The exception that is thrown when a directory cannot be found.

See Also:
Serialized Form

Constructor Summary
XPDirectoryNotFoundException()
          Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(java.lang.String message)
          Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPDirectoryNotFoundException object.
XPDirectoryNotFoundException(java.lang.Throwable e)
          Creates a new XPDirectoryNotFoundException object.
 
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

XPDirectoryNotFoundException

public XPDirectoryNotFoundException()
Creates a new XPDirectoryNotFoundException object.


XPDirectoryNotFoundException

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

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

XPDirectoryNotFoundException

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

Parameters:
e - An instance of Exception class

XPDirectoryNotFoundException

public XPDirectoryNotFoundException(java.lang.String message,
                                    java.lang.Throwable e)
Creates a new XPDirectoryNotFoundException 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.