Class ApplicationAlreadyExistsExceptionMapper

java.lang.Object
com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAlreadyExistsExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<ApplicationAlreadyExistsException>

@Provider public class ApplicationAlreadyExistsExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<ApplicationAlreadyExistsException>
Maps an ApplicationAlreadyExistsException to a Response.
  • Constructor Details

    • ApplicationAlreadyExistsExceptionMapper

      public ApplicationAlreadyExistsExceptionMapper()
  • Method Details