org.glassfish.jersey.examples.exception
Class ExceptionResource

java.lang.Object
  extended by org.glassfish.jersey.examples.exception.ExceptionResource

@Path(value="exception")
public class ExceptionResource
extends Object

ExceptionResource class.

Author:
Santiago.PericasGeertsen at oracle.com

Constructor Summary
ExceptionResource()
           
 
Method Summary
 String exceptionInRequestFilter()
           
 String exceptionInResponseFilter()
           
 String pingMe()
           
 String testMyException(String s)
           
 String testMySubException(String s)
           
 String testMySubSubException(String s)
           
 String testWebApplicationExceptionEntity(String s)
           
 String testWebApplicationExceptionNoEntity(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionResource

public ExceptionResource()
Method Detail

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.