com.jivesoftware.forum
Class TagObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.base.NotFoundException
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
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 |
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)
getObjectType
public int getObjectType()
getObjectID
public long getObjectID()
Copyright © 1999-2006 Jive Software.