Class BackendExceptionECOERP
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.sap.core.common.exceptions.CoreBaseException
-
- de.hybris.platform.sap.core.jco.exceptions.BackendException
-
- de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.BackendExceptionECOERP
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class BackendExceptionECOERP extends BackendException
This exception is meant to handle critical errors which must lead to an abortion of the program flow. It should not occur in productive environments (i.e. does not indicate communication or resource issues) but reflects problems with the call of the ECommerce ERP backend layer.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
messageList
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description BackendExceptionECOERP(java.lang.String msg)Meant to handle critical errors which must lead to an abortion of the program flow.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
BackendExceptionECOERP
public BackendExceptionECOERP(java.lang.String msg)
Meant to handle critical errors which must lead to an abortion of the program flow. It should not occur in productive environments (i.e. does not indicate communication or resource issues) but reflects problems with the call of the ECommerce ERP backend layer- Parameters:
msg- Message for the Exception
-
-