com.atlassian.jira.rest.exception
Class NotAuthorisedWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by com.atlassian.jira.rest.exception.NotAuthorisedWebException
All Implemented Interfaces:
Serializable

public class NotAuthorisedWebException
extends javax.ws.rs.WebApplicationException

This exception is thrown when a caller is not authorised to access a JIRA REST resource.

Since:
v4.2
See Also:
Serialized Form

Constructor Summary
NotAuthorisedWebException()
          Creates a new NotAuthorisedWebException.
NotAuthorisedWebException(ErrorCollection errors)
          Creates a new NotAuthorisedWebException, with a collection of errors.
 
Method Summary
 
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAuthorisedWebException

public NotAuthorisedWebException()
Creates a new NotAuthorisedWebException. Whenever possible it is preferable to use NotAuthorisedWebException(com.atlassian.jira.rest.api.util.ErrorCollection) constructor, passing a collection of errors.


NotAuthorisedWebException

public NotAuthorisedWebException(ErrorCollection errors)
Creates a new NotAuthorisedWebException, with a collection of errors.

Parameters:
errors - an ErrorCollection containing the errors


Copyright © 2002-2014 Atlassian. All Rights Reserved.