Uses of Class
tech.becoming.common.exceptions.ExceptionDetail
-
Packages that use ExceptionDetail Package Description tech.becoming.common.exceptions -
-
Uses of ExceptionDetail in tech.becoming.common.exceptions
Methods in tech.becoming.common.exceptions that return ExceptionDetail Modifier and Type Method Description static ExceptionDetailExceptionDetail. ofNameAndMessage(java.lang.String name, java.lang.String message)Method parameters in tech.becoming.common.exceptions with type arguments of type ExceptionDetail Modifier and Type Method Description static voidBadRequestException. throwIfHasDetails(java.util.List<ExceptionDetail> details)Constructors in tech.becoming.common.exceptions with parameters of type ExceptionDetail Constructor Description AbstractRuntimeException(java.lang.String message, ExceptionDetail detail)BadRequestException(ExceptionDetail detail)NotFoundException(ExceptionDetail detail)NotImplementedException(ExceptionDetail detail)UnauthenticatedException(ExceptionDetail detail)UnauthorizedException(ExceptionDetail detail)Constructor parameters in tech.becoming.common.exceptions with type arguments of type ExceptionDetail Constructor Description AbstractRuntimeException(java.lang.String message, java.util.List<ExceptionDetail> details)BadRequestException(java.util.List<ExceptionDetail> details)NotFoundException(java.util.List<ExceptionDetail> details)NotImplementedException(java.util.List<ExceptionDetail> details)UnauthenticatedException(java.util.List<ExceptionDetail> details)UnauthorizedException(java.util.List<ExceptionDetail> details)
-