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,Serializable
Data Hub transfer exception.
- 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
ConstructorsConstructorDescriptionStandard constructor for DataHubTransferException with no detail message.DataHubTransferException(String message) Standard constructor for DataHubTransferException with the specified detail message.DataHubTransferException(String message, 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, getMessageListMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataHubTransferException
public DataHubTransferException()Standard constructor for DataHubTransferException with no detail message. -
DataHubTransferException
Standard constructor for DataHubTransferException with the specified detail message.- Parameters:
message- the detail message.
-
DataHubTransferException
Standard constructor for DataHubTransferException with the specified detail message and root cause.- Parameters:
message- message text.rootCause- exception which causes the exception
-