Class DataHubTransferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.sap.core.common.exceptions.CoreBaseException
-
- de.hybris.platform.sap.core.configuration.datahub.DataHubTransferException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class DataHubTransferException extends CoreBaseException
Data Hub transfer exception.- 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 DataHubTransferException()Standard constructor for DataHubTransferException with no detail message.DataHubTransferException(java.lang.String message)Standard constructor for DataHubTransferException with the specified detail message.DataHubTransferException(java.lang.String message, java.lang.Throwable rootCause)Standard constructor for DataHubTransferException with the specified detail message and root cause.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
DataHubTransferException
public DataHubTransferException()
Standard constructor for DataHubTransferException with no detail message.
-
DataHubTransferException
public DataHubTransferException(java.lang.String message)
Standard constructor for DataHubTransferException with the specified detail message.- Parameters:
message- the detail message.
-
DataHubTransferException
public DataHubTransferException(java.lang.String message, java.lang.Throwable rootCause)Standard constructor for DataHubTransferException with the specified detail message and root cause.- Parameters:
message- message text.rootCause- exception which causes the exception
-
-