com.jivesoftware.community
Class DocumentObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.community.JiveException
com.jivesoftware.community.NotFoundException
com.jivesoftware.community.DocumentObjectNotFoundException
- All Implemented Interfaces:
- Serializable
public class DocumentObjectNotFoundException
- extends NotFoundException
Thrown if the specified Document was not found
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentObjectNotFoundException
public DocumentObjectNotFoundException(int objectType,
long objectID)
DocumentObjectNotFoundException
public DocumentObjectNotFoundException(int objectType,
long objectID,
String msg)
DocumentObjectNotFoundException
public DocumentObjectNotFoundException(int objectType,
long objectID,
Throwable nestedThrowable)
DocumentObjectNotFoundException
public DocumentObjectNotFoundException(int objectType,
long objectID,
String msg,
Throwable nestedThrowable)
DocumentObjectNotFoundException
public DocumentObjectNotFoundException(String msg)
getObjectType
public int getObjectType()
getObjectID
public long getObjectID()
isDocumentDeleted
public boolean isDocumentDeleted()
setDocumentDeleted
public void setDocumentDeleted(boolean documentDeleted)
Copyright © 1999-2007 Jive Software.