Class CustomNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.jersey.examples.jersey_ejb.exceptions.CustomNotFoundException
- All Implemented Interfaces:
Serializable
This exceptions will get mapped to a 404 response with the application exception mapper
implemented by
NotFoundExceptionMapper class.- Author:
- Pavel Bucek
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomNotFoundException
public CustomNotFoundException()
-