com.atlassian.bamboo.plugins.rest.common.exception
Class NotAuthorizedExceptionMapper

java.lang.Object
  extended by com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<NotAuthorizedException>
      extended by com.atlassian.bamboo.plugins.rest.common.exception.NotAuthorizedExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<NotAuthorizedException>

@Provider
public class NotAuthorizedExceptionMapper
extends AbstractExceptionMapper<NotAuthorizedException>


Constructor Summary
NotAuthorizedExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(NotAuthorizedException exception)
           
 
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotAuthorizedExceptionMapper

public NotAuthorizedExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(NotAuthorizedException exception)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.