Class IntegrationTimeoutException

    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationTimeoutException​(long timeout)
      Instantiates an IntegrationTimeoutException
      IntegrationTimeoutException​(java.lang.String msg, long timeout)
      Instantiates an IntegrationTimeoutException with a message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimeout()
      Gets the timeout value
      • 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

      • IntegrationTimeoutException

        public IntegrationTimeoutException​(long timeout)
        Instantiates an IntegrationTimeoutException
        Parameters:
        timeout - The timeout value
      • IntegrationTimeoutException

        public IntegrationTimeoutException​(java.lang.String msg,
                                           long timeout)
        Instantiates an IntegrationTimeoutException with a message
        Parameters:
        msg - Exception message
        timeout - The timeout value
    • Method Detail

      • getTimeout

        public long getTimeout()
        Gets the timeout value
        Returns:
        Timeout value