Package com.atlassian.confluence.api.service.exceptions
package com.atlassian.confluence.api.service.exceptions
-
ClassDescriptionThrown when the data in the incoming request is incomplete or otherwise invalid.Thrown when a request cannot be performed due to the state of the content, as per the semantics of the HTTP 409 'Conflict' status code.TODO replace with httpcore exception of the same name when that's widely available to pluginsThrown when things that are expected to be found are GONE.Custom Exception thrown when a URL is outside the whitelisted URLsA ServiceException wrapper for a general runtime exception.Thrown when an operation is attempted that is not valid for the kind of ContentBody you are providing.Thrown when no more licenses available to perform an operation as per the semantics of the HTTP 402 'Payment Required' status code.Thrown when user is not authenticated as per the semantics of the HTTP 401 'Unauthorised' status code.Thrown when things that are expected to be found are NOT found.Raised when a user attempts to perform an action they do not have permission for.This exception is thrown when things that are expected to be read-onlyRaised to return an http 303 'see other' to the client.All thrown API Service-level exceptions should extend this exception.