com.sun.ws.rest.api
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.ws.rest.api.WebApplicationException
                  extended by com.sun.ws.rest.api.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends WebApplicationException

A HTTP 404 (Not Found) exception.

See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.String message)
          Create a HTTP 404 (Not Found) exception.
 
Method Summary
 
Methods inherited from class com.sun.ws.rest.api.WebApplicationException
getHttpResponse
 
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(java.lang.String message)
Create a HTTP 404 (Not Found) exception.

Parameters:
message - the String that is the entity of the 404 response.