Class WaitInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.core.wait.WaitInterruptedException
All Implemented Interfaces:
Serializable

public class WaitInterruptedException extends RuntimeException
Exception type to be thrown when the wait performed by FluentLenium is interrupted.
See Also:
  • Constructor Details

    • WaitInterruptedException

      public WaitInterruptedException (String message, Throwable cause)