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 SummaryNested classes/interfaces inherited from class io.jenkins.blueocean.commons.ServiceExceptionServiceException.BadRequestException, ServiceException.ConflictException, ServiceException.ForbiddenException, ServiceException.MethodNotAllowedException, ServiceException.NotFoundException, ServiceException.NotImplementedException, ServiceException.PreconditionRequired, ServiceException.TooManyRequestsException, ServiceException.UnauthorizedException, ServiceException.UnexpectedErrorException, ServiceException.UnprocessableEntityException, ServiceException.UnsupportedMediaTypeException
- 
Field SummaryFields inherited from class io.jenkins.blueocean.commons.ServiceExceptionBAD_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 SummaryConstructorsConstructorDescriptionMethodNotAllowedException(ErrorMessage errorMessage) MethodNotAllowedException(ErrorMessage errorMessage, Throwable throwable) MethodNotAllowedException(String message) MethodNotAllowedException(String message, Throwable throwable) 
- 
Method SummaryMethods inherited from class io.jenkins.blueocean.commons.ServiceExceptiongenerateResponse, toJsonMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kohsuke.stapler.HttpResponsegenerateResponse
- 
Constructor Details- 
MethodNotAllowedException
- 
MethodNotAllowedException
- 
MethodNotAllowedException
- 
MethodNotAllowedException
 
-