com.atlassian.crowd.plugin.rest.exception.mapper
Class InactiveAccountExceptionMapper

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.exception.mapper.InactiveAccountExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<InactiveAccountException>

@Provider
public class InactiveAccountExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<InactiveAccountException>


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

Constructor Detail

InactiveAccountExceptionMapper

public InactiveAccountExceptionMapper()
Method Detail

toResponse

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


Copyright © 2010 Atlassian. All Rights Reserved.