Package org.jboss.resteasy.spi
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.NotFoundException
- All Implemented Interfaces:
Serializable
Deprecated.
Replaced by javax.ws.rs.NotFoundException in jaxrs-api module.
Thrown by RESTEasy when HTTP Not Found (404) is encountered
JAX-RS now has this exception
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NotFoundException
(String s, Throwable throwable) Deprecated.NotFoundException
(String s, Throwable throwable, javax.ws.rs.core.Response response) Deprecated.NotFoundException
(String s, javax.ws.rs.core.Response response) Deprecated.NotFoundException
(Throwable throwable) Deprecated.NotFoundException
(Throwable throwable, javax.ws.rs.core.Response response) Deprecated. -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
Deprecated. -
NotFoundException
Deprecated. -
NotFoundException
Deprecated. -
NotFoundException
Deprecated. -
NotFoundException
Deprecated. -
NotFoundException
Deprecated.
-