Uses of Interface
com.v1rex.liftnexus.common.exception.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in com.v1rex.liftnexus.common.exception
Classes in com.v1rex.liftnexus.common.exception that implement ErrorCodeMethods in com.v1rex.liftnexus.common.exception with parameters of type ErrorCodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.http.ProblemDetail> ProblemDetailFactory.createErrorResponse(ErrorCode errorCode, String detail, jakarta.servlet.http.HttpServletRequest request, List<String> errors) Constructors in com.v1rex.liftnexus.common.exception with parameters of type ErrorCode -
Uses of ErrorCode in com.v1rex.liftnexus.forklift.exception
Classes in com.v1rex.liftnexus.forklift.exception that implement ErrorCodeConstructors in com.v1rex.liftnexus.forklift.exception with parameters of type ErrorCodeModifierConstructorDescriptionprotectedForkliftDomainException(ErrorCode errorCode, String message) -
Uses of ErrorCode in com.v1rex.liftnexus.loadunit.exception
Classes in com.v1rex.liftnexus.loadunit.exception that implement ErrorCodeConstructors in com.v1rex.liftnexus.loadunit.exception with parameters of type ErrorCodeModifierConstructorDescriptionprotectedLoadUnitDomainException(ErrorCode errorCode, String message) -
Uses of ErrorCode in com.v1rex.liftnexus.planning.exception
Classes in com.v1rex.liftnexus.planning.exception that implement ErrorCodeConstructors in com.v1rex.liftnexus.planning.exception with parameters of type ErrorCodeModifierConstructorDescriptionprotectedDispatchJobDomainException(ErrorCode errorCode, String message) -
Uses of ErrorCode in com.v1rex.liftnexus.storagebin.exception
Classes in com.v1rex.liftnexus.storagebin.exception that implement ErrorCodeConstructors in com.v1rex.liftnexus.storagebin.exception with parameters of type ErrorCodeModifierConstructorDescriptionprotectedStorageBinDomainException(ErrorCode errorCode, String message) -
Uses of ErrorCode in com.v1rex.liftnexus.transportorder.exception
Classes in com.v1rex.liftnexus.transportorder.exception that implement ErrorCodeConstructors in com.v1rex.liftnexus.transportorder.exception with parameters of type ErrorCodeModifierConstructorDescriptionprotectedTransportOrderDomainException(ErrorCode errorCode, String message)