Uses of Enum Class
de.hybris.platform.b2ctelcoservices.order.exception.OrderProcessingException.OrderProcessingErrorCode
Packages that use OrderProcessingException.OrderProcessingErrorCode
-
Uses of OrderProcessingException.OrderProcessingErrorCode in de.hybris.platform.b2ctelcoservices.order.exception
Methods in de.hybris.platform.b2ctelcoservices.order.exception that return OrderProcessingException.OrderProcessingErrorCodeModifier and TypeMethodDescriptionOrderProcessingException.getOrderProcessingErrorCode()OrderProcessingException.OrderProcessingErrorCode.getOrderProcessingErrorCodeById(int errorCode) Returns the enum constant of this class with the specified name.OrderProcessingException.OrderProcessingErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.b2ctelcoservices.order.exception with parameters of type OrderProcessingException.OrderProcessingErrorCodeModifierConstructorDescriptionOrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason) OrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason, Throwable cause)