Class ExceptionResource
java.lang.Object
org.glassfish.jersey.examples.exception.ExceptionResource
@Path("exception")
@Consumes("text/plain")
@Produces("text/plain")
public class ExceptionResource
extends Object
ExceptionResource class.
- Author:
- Santiago.PericasGeertsen at oracle.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExceptionResource
public ExceptionResource()
-
-
Method Details
-
pingMe
-
testWebApplicationExceptionEntity
-
testWebApplicationExceptionNoEntity
-
testMyException
-
testMySubException
-
testMySubSubException
-
exceptionInRequestFilter
-
exceptionInResponseFilter
-