Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.base
Class NotFoundException

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
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends com.jivesoftware.base.JiveException

Thrown when trying to load an object that does not exist, or the object could not be loaded.

See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(java.lang.String msg)
           
NotFoundException(java.lang.String msg, java.lang.Throwable throwable)
           
NotFoundException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(java.lang.String msg)

NotFoundException

public NotFoundException(java.lang.String msg,
                         java.lang.Throwable throwable)

NotFoundException

public NotFoundException(java.lang.Throwable throwable)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.