Class BackendException
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
- All Implemented Interfaces:
MessageListHolder,Serializable
- Direct Known Subclasses:
AbapBackendException,BackendCommunicationException,BackendConfigurationException,BackendExceptionECOERP
Thrown if something goes wrong in the backend layer.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
messageListFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Constructor Summary
ConstructorsConstructorDescriptionBackendException(String msg) Constructor.BackendException(String msg, Throwable ex) Constructor. -
Method Summary
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageListMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendException
Constructor.- Parameters:
msg- Message for the Exception
-
BackendException
Constructor.- Parameters:
msg- Message for the Exceptionex- root cause
-