Class NotFoundException

  • All Implemented Interfaces:
    java.io.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:
    NotFoundException, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotFoundException​(java.lang.String s)
      Deprecated.
       
      NotFoundException​(java.lang.String s, java.lang.Throwable throwable)
      Deprecated.
       
      NotFoundException​(java.lang.String s, java.lang.Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
       
      NotFoundException​(java.lang.String s, javax.ws.rs.core.Response response)
      Deprecated.
       
      NotFoundException​(java.lang.Throwable throwable)
      Deprecated.
       
      NotFoundException​(java.lang.Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 s)
        Deprecated.
      • NotFoundException

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

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

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

        public NotFoundException​(java.lang.Throwable throwable)
        Deprecated.
      • NotFoundException

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