Package io.jenkins.blueocean.commons
Class ServiceException.MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.blueocean.commons.ServiceException
io.jenkins.blueocean.commons.ServiceException.MethodNotAllowedException
- 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
ConstructorsConstructorDescriptionMethodNotAllowedException
(ErrorMessage errorMessage) MethodNotAllowedException
(ErrorMessage errorMessage, Throwable throwable) MethodNotAllowedException
(String message) MethodNotAllowedException
(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.kohsuke.stapler.HttpResponse
generateResponse
-
Constructor Details
-
MethodNotAllowedException
-
MethodNotAllowedException
-
MethodNotAllowedException
-
MethodNotAllowedException
-