Uses of Class
org.optaweb.employeerostering.domain.exception.ServerSideExceptionInfo
-
Packages that use ServerSideExceptionInfo Package Description org.optaweb.employeerostering org.optaweb.employeerostering.domain.exception -
-
Uses of ServerSideExceptionInfo in org.optaweb.employeerostering
Methods in org.optaweb.employeerostering that return ServerSideExceptionInfo Modifier and Type Method Description ServerSideExceptionInfoExceptionDataMapper.ExceptionData. getServerSideExceptionInfoFromException(Throwable exception)Methods in org.optaweb.employeerostering that return types with arguments of type ServerSideExceptionInfo Modifier and Type Method Description protected org.springframework.http.ResponseEntity<ServerSideExceptionInfo>OptaWebExceptionHandler. handleException(Throwable t, org.springframework.web.context.request.WebRequest request) -
Uses of ServerSideExceptionInfo in org.optaweb.employeerostering.domain.exception
Methods in org.optaweb.employeerostering.domain.exception that return ServerSideExceptionInfo Modifier and Type Method Description ServerSideExceptionInfoServerSideExceptionInfo. getExceptionCause()Methods in org.optaweb.employeerostering.domain.exception with parameters of type ServerSideExceptionInfo Modifier and Type Method Description voidServerSideExceptionInfo. setExceptionCause(ServerSideExceptionInfo exceptionCause)
-