com.plumtree.openfoundation.io
Class XPFileNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.plumtree.openfoundation.util.XPException
|
+--com.plumtree.openfoundation.io.XPIOException
|
+--com.plumtree.openfoundation.io.XPFileNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class XPFileNotFoundException
- extends XPIOException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 callede - An instance of Exception class