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

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

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


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

Constructor Detail

InvalidEmailAddressExceptionMapper

public InvalidEmailAddressExceptionMapper()
Method Detail

toResponse

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


Copyright © 2010 Atlassian. All Rights Reserved.