Class WaitTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WaitTimeoutException
    extends java.lang.RuntimeException
    WaitTimeoutException will be thrown if timeout when waiting until certain conditions to be true.
    Since:
    5.19
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WaitTimeoutException​(java.lang.String message)
      Constructor with a message.
      WaitTimeoutException​(java.lang.Throwable t)
      Constructor with 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

      • WaitTimeoutException

        public WaitTimeoutException​(java.lang.String message)
        Constructor with a message.
        Parameters:
        message - error message
      • WaitTimeoutException

        public WaitTimeoutException​(java.lang.Throwable t)
        Constructor with cause.
        Parameters:
        t - cause