Uses of Class
org.bremersee.exception.ServiceException
Packages that use ServiceException
-
Uses of ServiceException in org.bremersee.exception
Classes in org.bremersee.exception with type parameters of type ServiceExceptionModifier and TypeClassDescriptionclassAbstractServiceExceptionBuilder<T extends ServiceException>The abstract service exception builder.interfaceServiceExceptionBuilder<T extends ServiceException>The service exception builder.Methods in org.bremersee.exception that return ServiceExceptionModifier and TypeMethodDescriptionstatic ServiceExceptionServiceException.alreadyExists()Already exists service exception.static ServiceExceptionServiceException.alreadyExists(Object entityName) Already exists service exception.static ServiceExceptionServiceException.alreadyExists(String entityType, Object entityName) Already exists service exception.static ServiceExceptionServiceException.alreadyExistsWithErrorCode(Object entityName, String errorCode) Already exists with error code service exception.static ServiceExceptionServiceException.alreadyExistsWithErrorCode(String entityType, Object entityName, String errorCode) Already exists with error code service exception.static ServiceExceptionServiceException.badRequest()Bad request service exception.static ServiceExceptionServiceException.badRequest(String reason) Bad request service exception.static ServiceExceptionServiceException.badRequest(String reason, String errorCode) Bad request service exception.static ServiceExceptionServiceException.badRequest(String reason, String errorCode, Throwable cause) Bad request service exception.static ServiceExceptionServiceException.badRequest(String reason, Throwable cause) Bad request service exception.static ServiceExceptionServiceException.forbidden()Forbidden service exception.static ServiceExceptionForbidden service exception.static ServiceExceptionForbidden service exception.static ServiceExceptionServiceException.forbiddenWithErrorCode(Object entityName, String errorCode) Forbidden with error code service exception.static ServiceExceptionServiceException.forbiddenWithErrorCode(String errorCode) Forbidden with error code service exception.static ServiceExceptionServiceException.forbiddenWithErrorCode(String entityType, Object entityName, String errorCode) Forbidden with error code service exception.static ServiceExceptionServiceException.internalServerError()Internal server error service exception.static ServiceExceptionServiceException.internalServerError(String reason) Internal server error service exception.static ServiceExceptionServiceException.internalServerError(String reason, String errorCode) Internal server error service exception.static ServiceExceptionServiceException.internalServerError(String reason, String errorCode, Throwable cause) Internal server error service exception.static ServiceExceptionServiceException.internalServerError(String reason, Throwable cause) Internal server error service exception.static ServiceExceptionServiceException.notFound()Not found service exception.static ServiceExceptionNot found service exception.static ServiceExceptionNot found service exception.static ServiceExceptionServiceException.notFoundWithErrorCode(Object entityName, String errorCode) Not found with error code service exception.static ServiceExceptionServiceException.notFoundWithErrorCode(String entityType, Object entityName, String errorCode) Not found with error code service exception.Methods in org.bremersee.exception that return types with arguments of type ServiceExceptionModifier and TypeMethodDescriptionstatic ServiceExceptionBuilder<? extends ServiceException>ServiceException.builder()Creates new exception builder.Methods in org.bremersee.exception with parameters of type ServiceExceptionModifier and TypeMethodDescriptionAbstractServiceExceptionBuilder.from(ServiceException serviceException) ServiceExceptionBuilder.from(ServiceException serviceException) From another service exception.