Class CommunicationRuntimeException
- 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.CommunicationRuntimeException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class CommunicationRuntimeException extends BORuntimeException
Represents a general superclass for all exceptions of the back end layer caused by communication problems (network failures etc.).- 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 CommunicationRuntimeException()Constructor.CommunicationRuntimeException(java.lang.String msg)Constructor.CommunicationRuntimeException(java.lang.String msg, java.lang.Throwable rootCause)Standard constructor for CommunicationException using a simple message text.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseRuntimeException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
CommunicationRuntimeException
public CommunicationRuntimeException(java.lang.String msg)
Constructor.- Parameters:
msg- Message for the Exception
-
CommunicationRuntimeException
public CommunicationRuntimeException()
Constructor.
-
CommunicationRuntimeException
public CommunicationRuntimeException(java.lang.String msg, java.lang.Throwable rootCause)Standard constructor for CommunicationException using a simple message text.- Parameters:
msg- message text.rootCause- exception which causes the exception
-
-