com.plumtree.openfoundation.io
Class XPIOException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XPDirectoryNotFoundException, XPFileNotFoundException

public class XPIOException
extends XPException

Corresponds to java.io.IOException. Signals that an I/O exception of some sort has occurred.

Author:
djc
See Also:
Serialized Form

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

XPIOException

public XPIOException()
Creates a new XPIOException object.


XPIOException

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

Parameters:
message - the detail message

XPIOException

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

Parameters:
e - the cause (which is saved for later retrieval by the getCause() method).

XPIOException

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

Parameters:
message - the detail message
e - the cause (which is saved for later retrieval by the getCause() method).


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