Uses of Enum
org.qubership.atp.mia.model.exception.ErrorCodes
Packages that use ErrorCodes
Package
Description
-
Uses of ErrorCodes in org.qubership.atp.mia.exceptions
Constructors in org.qubership.atp.mia.exceptions with parameters of type ErrorCodes -
Uses of ErrorCodes in org.qubership.atp.mia.model.exception
Methods in org.qubership.atp.mia.model.exception that return ErrorCodesModifier and TypeMethodDescriptionstatic ErrorCodesReturns the enum constant of this type with the specified name.static ErrorCodes[]ErrorCodes.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.qubership.atp.mia.model.exception with parameters of type ErrorCodesModifierConstructorDescriptionMiaException(ErrorCodes errorCode, Object... params) Constructor.MiaException(org.springframework.http.HttpStatus httpStatus, ErrorCodes errorCode, Object... params) Constructor. -
Uses of ErrorCodes in org.qubership.atp.mia.utils
Methods in org.qubership.atp.mia.utils with parameters of type ErrorCodesModifier and TypeMethodDescriptionstatic MiaExceptionUtils.error(org.slf4j.Logger log, ErrorCodes errorCode, Object... params) Throws an exception and adds an error to the log.