Class CustomNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.jersey.examples.jersey_ejb.exceptions.CustomNotFoundException
All Implemented Interfaces:
Serializable

public class CustomNotFoundException extends Exception
This exceptions will get mapped to a 404 response with the application exception mapper implemented by NotFoundExceptionMapper class.
Author:
Pavel Bucek
See Also:
  • Constructor Details

    • CustomNotFoundException

      public CustomNotFoundException()