org.glassfish.jersey.examples.exception
Class ExceptionResource
java.lang.Object
org.glassfish.jersey.examples.exception.ExceptionResource
@Path(value="exception")
public class ExceptionResource
- extends Object
ExceptionResource class.
- Author:
- Santiago.PericasGeertsen at oracle.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionResource
public ExceptionResource()
pingMe
public String pingMe()
testWebApplicationExceptionEntity
@Path(value="webapplication_entity")
public String testWebApplicationExceptionEntity(String s)
testWebApplicationExceptionNoEntity
@Path(value="webapplication_noentity")
public String testWebApplicationExceptionNoEntity(String s)
testMyException
@Path(value="my")
public String testMyException(String s)
testMySubException
@Path(value="mysub")
public String testMySubException(String s)
testMySubSubException
@Path(value="mysubsub")
public String testMySubSubException(String s)
exceptionInRequestFilter
@Path(value="request_exception")
public String exceptionInRequestFilter()
exceptionInResponseFilter
@Path(value="response_exception")
public String exceptionInResponseFilter()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.