Uses of Class
in.hocg.boot.utils.struct.result.ExceptionResult
-
Packages that use ExceptionResult Package Description in.hocg.boot.utils.struct.result -
-
Uses of ExceptionResult in in.hocg.boot.utils.struct.result
Methods in in.hocg.boot.utils.struct.result that return ExceptionResult Modifier and Type Method Description static <T> ExceptionResult<T>ExceptionResult. fail(Integer status, Exception e)static <T> ExceptionResult<T>ExceptionResult. fail(Integer status, String message)static <T> ExceptionResult<T>ExceptionResult. fail(Integer status, String message, String exception)
-