org.trialox.jaxrs.blackbox
Class TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper

java.lang.Object
  extended by org.trialox.jaxrs.blackbox.TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>
Enclosing class:
TestExceptionMappingProviderSelection

@Provider
public static class TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>


Constructor Summary
TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(java.lang.RuntimeException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper

public TestExceptionMappingProviderSelection.MyRuntimeExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(java.lang.RuntimeException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>


Copyright © 2008. All Rights Reserved.