Class OrderProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.b2ctelcoservices.order.exception.OrderProcessingException
- All Implemented Interfaces:
Serializable
public class OrderProcessingException
extends de.hybris.platform.servicelayer.exceptions.BusinessException
Business exception marking a problem in creating an order entity
- Since:
- 1907
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum storing order processing error codes -
Constructor Summary
ConstructorsConstructorDescriptionOrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason) OrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrderProcessingException
public OrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason) -
OrderProcessingException
public OrderProcessingException(String message, OrderProcessingException.OrderProcessingErrorCode orderProcessingErrorCode, String businessReason, Throwable cause)
-
-
Method Details
-
getOrderProcessingErrorCode
-
getBusinessReason
-