Class DataHubTransferException

    • 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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