Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.common.exceptions.CoreBaseException
de.hybris.platform.sap.core.bol.businessobject.BusinessObjectException
de.hybris.platform.sap.core.bol.businessobject.CommunicationException
- All Implemented Interfaces:
MessageListHolder,Serializable
- Direct Known Subclasses:
LogonException,ServerStartupException,SystemFailureException
The
CommunicationException is thrown if something goes wrong with the backend communication.- 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
ConstructorsConstructorDescriptionConstructor.Constructor.CommunicationException(String msg, Message message) Constructor.CommunicationException(String msg, MessageList msgList) Constructor.CommunicationException(String msg, Message message, Throwable rootCause) Standard constructor for CommunicationException using a simple message text.CommunicationException(String msg, Throwable rootCause) Standard constructor for CommunicationException using a simple message text. -
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
-
CommunicationException
Constructor.- Parameters:
msg- Message for the ExceptionmsgList- List of the messages added to the exception
-
CommunicationException
Constructor.- Parameters:
msg- Message for the Exceptionmessage- message added to the exception
-
CommunicationException
Constructor.- Parameters:
msg- Message for the Exception
-
CommunicationException
public CommunicationException()Constructor. -
CommunicationException
Standard constructor for CommunicationException using a simple message text.- Parameters:
msg- message text.rootCause- exception which causes the exception
-
CommunicationException
Standard constructor for CommunicationException using a simple message text.- Parameters:
msg- message text.message-Messageobject.rootCause- exception which causes the exception
-