Package org.jboss.arquillian.drone.impl
Class DroneTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.drone.impl.DroneTimeoutException
- All Implemented Interfaces:
Serializable
Representation of timeout related exception in Drone
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDroneTimeoutException(int timeoutInSeconds, Throwable cause) DroneTimeoutException(int timeoutInSeconds, Throwable cause, String messageFormat, Object... params) DroneTimeoutException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisCausedByTimeoutException(Throwable throwable) Checks whether any cause in hierarchy is a TimeoutException.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DroneTimeoutException
-
DroneTimeoutException
-
DroneTimeoutException
-
-
Method Details
-
isCausedByTimeoutException
Checks whether any cause in hierarchy is a TimeoutException. TimeoutException is determited by class ending by TimeoutException string.
-