Uses of Class
in.hocg.boot.utils.exception.ServiceException
-
Packages that use ServiceException Package Description in.hocg.boot.utils.exception -
-
Uses of ServiceException in in.hocg.boot.utils.exception
Methods in in.hocg.boot.utils.exception that return ServiceException Modifier and Type Method Description static ServiceExceptionServiceException. wrap(int code, CharSequence message, Object... args)static ServiceExceptionServiceException. wrap(CharSequence message, Object... args)static ServiceExceptionServiceException. wrap(Exception e)Methods in in.hocg.boot.utils.exception that return types with arguments of type ServiceException Modifier and Type Method Description static Supplier<ServiceException>ServiceException. supplier(CharSequence template, Object... args)
-