Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.spi.user
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.spi.user.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends Exception

Thrown when a resource is not be found.

See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(String msg)
           
NotFoundException(String msg, Throwable cause)
           
NotFoundException(Throwable cause)
           
 
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(String msg)

NotFoundException

public NotFoundException(Throwable cause)

NotFoundException

public NotFoundException(String msg,
                         Throwable cause)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.