Class BackendDeterminationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
-
- de.hybris.platform.sap.core.bol.businessobject.BORuntimeException
-
- de.hybris.platform.sap.core.bol.businessobject.BackendDeterminationRuntimeException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class BackendDeterminationRuntimeException extends BORuntimeException
Exceptions which is thrown if the backend determination of the business object fails.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
messageList
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description BackendDeterminationRuntimeException()Constructor.BackendDeterminationRuntimeException(java.lang.String msg)Constructor.BackendDeterminationRuntimeException(java.lang.String msg, java.lang.Throwable rootCause)Standard constructor for BackendDeterminationRuntimeException using a simple message text.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
BackendDeterminationRuntimeException
public BackendDeterminationRuntimeException(java.lang.String msg)
Constructor.- Parameters:
msg- Message for the Exception
-
BackendDeterminationRuntimeException
public BackendDeterminationRuntimeException()
Constructor.
-
BackendDeterminationRuntimeException
public BackendDeterminationRuntimeException(java.lang.String msg, java.lang.Throwable rootCause)Standard constructor for BackendDeterminationRuntimeException using a simple message text.- Parameters:
msg- message text.rootCause- exception which causes the exception
-
-