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

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

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

User: mwent Date: Apr 20, 2009 Time: 11:14:10 AM


Constructor Summary
NotAuthorizedExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(NotAuthorizedException exception)
           
 
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)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NotAuthorizedException>


Copyright © 2011 Atlassian. All Rights Reserved.