org.apache.abdera.server.exceptions
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.abdera.server.exceptions.AbderaServerException
              extended by org.apache.abdera.server.exceptions.NotFoundException
All Implemented Interfaces:
java.io.Serializable, ResponseContext

public class NotFoundException
extends AbderaServerException

See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(java.lang.String text)
           
 
Method Summary
 
Methods inherited from class org.apache.abdera.server.exceptions.AbderaServerException
addHeader, addHeader, getCachePolicy, getContentLanguage, getContentLength, getContentLocation, getContentType, getEntityTag, getHeaders, getLastModified, getLocation, getStatus, getStatusText, hasEntity, setHeader, setHeader, writeTo
 
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 text)