Class ServiceUnavailableException

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

public class ServiceUnavailableException extends javax.ws.rs.WebApplicationException
This exception is thrown when a JIRA REST resource is not available at the moment.
Since:
v8.1
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(ErrorCollection errors)
      Creates a new ServiceUnavailableException, with a collection of errors.
      Parameters:
      errors - an ErrorCollection containing the errors