Clearspace API (2.5.22) Core Javadocs

com.jivesoftware.community
Class DocumentObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by com.jivesoftware.community.NotFoundException
                  extended by 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

Constructor Summary
DocumentObjectNotFoundException(int objectType, long objectID)
           
DocumentObjectNotFoundException(int objectType, long objectID, String msg)
           
DocumentObjectNotFoundException(int objectType, long objectID, String msg, Throwable nestedThrowable)
           
DocumentObjectNotFoundException(int objectType, long objectID, Throwable nestedThrowable)
           
DocumentObjectNotFoundException(String msg)
           
 
Method Summary
 long getObjectID()
           
 int getObjectType()
           
 boolean isDocumentDeleted()
           
 void setDocumentDeleted(boolean documentDeleted)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getObjectType

public int getObjectType()

getObjectID

public long getObjectID()

isDocumentDeleted

public boolean isDocumentDeleted()

setDocumentDeleted

public void setDocumentDeleted(boolean documentDeleted)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.