Class BackendSystemFailureException
- 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.core.jco.exceptions.BackendCommunicationException
-
- de.hybris.platform.sap.core.jco.exceptions.BackendSystemFailureException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class BackendSystemFailureException extends BackendCommunicationException
System failure of underlying backend system.- 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 BackendSystemFailureException(java.lang.String msg)Creates a new exception with a given message.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageList
-
-