Class NotFoundException

All Implemented Interfaces:
Serializable

@Deprecated public class NotFoundException extends Failure
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:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String s)
      Deprecated.
    • NotFoundException

      public NotFoundException(String s, javax.ws.rs.core.Response response)
      Deprecated.
    • NotFoundException

      public NotFoundException(String s, Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
    • NotFoundException

      public NotFoundException(String s, Throwable throwable)
      Deprecated.
    • NotFoundException

      public NotFoundException(Throwable throwable)
      Deprecated.
    • NotFoundException

      public NotFoundException(Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.