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

public class DataHubTransferException extends CoreBaseException
Data Hub transfer exception.
See Also:
  • Constructor Details

    • DataHubTransferException

      public DataHubTransferException()
      Standard constructor for DataHubTransferException with no detail message.
    • DataHubTransferException

      public DataHubTransferException(String message)
      Standard constructor for DataHubTransferException with the specified detail message.
      Parameters:
      message - the detail message.
    • DataHubTransferException

      public DataHubTransferException(String message, Throwable rootCause)
      Standard constructor for DataHubTransferException with the specified detail message and root cause.
      Parameters:
      message - message text.
      rootCause - exception which causes the exception