Package io.jenkins.blueocean.commons
Class ServiceException.ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.blueocean.commons.ServiceException
io.jenkins.blueocean.commons.ServiceException.ConflictException
- All Implemented Interfaces:
Serializable
,org.kohsuke.stapler.HttpResponse
- Enclosing class:
- ServiceException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jenkins.blueocean.commons.ServiceException
ServiceException.BadRequestException, ServiceException.ConflictException, ServiceException.ForbiddenException, ServiceException.MethodNotAllowedException, ServiceException.NotFoundException, ServiceException.NotImplementedException, ServiceException.PreconditionRequired, ServiceException.TooManyRequestsException, ServiceException.UnauthorizedException, ServiceException.UnexpectedErrorException, ServiceException.UnprocessableEntityException, ServiceException.UnsupportedMediaTypeException
-
Field Summary
Fields inherited from class io.jenkins.blueocean.commons.ServiceException
BAD_REQUEST, CONFLICT, errorMessage, FORBIDDEN, INTERNAL_SERVER_ERROR, METHOD_NOT_ALLOWED, NOT_FOUND, NOT_IMPLEMENTED, PRECONDITION_REQUIRED, status, TOO_MANY_REQUESTS, UNAUTHORIZED, UNPROCESSABLE_ENTITY, UNSUPPORTED_MEDIA_TYPE
-
Constructor Summary
ConstructorDescriptionConflictException
(ErrorMessage errorMessage) ConflictException
(ErrorMessage errorMessage, Throwable throwable) ConflictException
(String message) ConflictException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class io.jenkins.blueocean.commons.ServiceException
generateResponse, toJson
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
-
ConflictException
-
ConflictException
-
ConflictException
-