net.stepniak.api.auth.exception.mapper.auth
Class AuthExceptionMapper

java.lang.Object
  extended by net.stepniak.api.response.exception.BaseExceptionMapper
      extended by net.stepniak.api.auth.exception.mapper.auth.AuthExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<AuthException>

@Provider
public class AuthExceptionMapper
extends net.stepniak.api.response.exception.BaseExceptionMapper
implements javax.ws.rs.ext.ExceptionMapper<AuthException>


Constructor Summary
AuthExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(AuthException exception)
           
 
Methods inherited from class net.stepniak.api.response.exception.BaseExceptionMapper
getJsonMapper, getLogMessage, prepareInternalErrorResponse, prepareResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthExceptionMapper

public AuthExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013. All Rights Reserved.