Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum
Class TagObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.base.NotFoundException
                  extended by com.jivesoftware.forum.TagObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TagObjectNotFoundException
extends NotFoundException

Thrown if the specified tag object was not found.

See Also:
Serialized Form

Constructor Summary
TagObjectNotFoundException(int objectType, long objectID)
           
TagObjectNotFoundException(int objectType, long objectID, java.lang.String msg)
           
TagObjectNotFoundException(int objectType, long objectID, java.lang.String msg, java.lang.Throwable nestedThrowable)
           
TagObjectNotFoundException(int objectType, long objectID, java.lang.Throwable nestedThrowable)
           
 
Method Summary
 long getObjectID()
           
 int getObjectType()
           
 
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

TagObjectNotFoundException

public TagObjectNotFoundException(int objectType,
                                  long objectID)

TagObjectNotFoundException

public TagObjectNotFoundException(int objectType,
                                  long objectID,
                                  java.lang.String msg)

TagObjectNotFoundException

public TagObjectNotFoundException(int objectType,
                                  long objectID,
                                  java.lang.Throwable nestedThrowable)

TagObjectNotFoundException

public TagObjectNotFoundException(int objectType,
                                  long objectID,
                                  java.lang.String msg,
                                  java.lang.Throwable nestedThrowable)
Method Detail

getObjectType

public int getObjectType()

getObjectID

public long getObjectID()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.