org.sixdml.exceptions
Class NonExistentDocumentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sixdml.exceptions.SixdmlException
|
+--org.sixdml.exceptions.NonExistentDocumentException
- All Implemented Interfaces:
- Serializable
- public class NonExistentDocumentException
- extends SixdmlException
NonExistentDocumentException.java
Thrown when an attempt is made to delete a document that does not exist.
Created: Thu Jan 10 07:01:26 2002
- Version:
- 1.0
- Author:
- Dare Obasanjo
- See Also:
SixdmlCollection.removeDocument(String), Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
NonExistentDocumentException
public NonExistentDocumentException()
- Constructs a NonExistentDocumentException with no detail message.
NonExistentDocumentException
public NonExistentDocumentException(String message)
- Constructs a NonExistentDocumentException with the specified detail message.
NonExistentDocumentException
public NonExistentDocumentException(Throwable cause)
- Constructs a NonExistentDocumentException with the specified detail message and cause.
NonExistentDocumentException
public NonExistentDocumentException(String message,
Throwable cause)
- Constructs a NonExistentDocumentException with the specified cause.