Class DroneTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.drone.impl.DroneTimeoutException
All Implemented Interfaces:
Serializable

public class DroneTimeoutException extends RuntimeException
Representation of timeout related exception in Drone
See Also:
  • Constructor Details

    • DroneTimeoutException

      public DroneTimeoutException(String message, Throwable cause)
    • DroneTimeoutException

      public DroneTimeoutException(int timeoutInSeconds, Throwable cause)
    • DroneTimeoutException

      public DroneTimeoutException(int timeoutInSeconds, Throwable cause, String messageFormat, Object... params)
  • Method Details

    • isCausedByTimeoutException

      public static boolean isCausedByTimeoutException(Throwable throwable)
      Checks whether any cause in hierarchy is a TimeoutException. TimeoutException is determited by class ending by TimeoutException string.