public class

TimeoutException

extends TestContainerException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.ops4j.pax.exam.TestContainerException
           ↳ org.ops4j.pax.exam.TimeoutException

Class Overview

Denotes an exception occuring during using regression container that appears due to a timeout.

Summary

Public Constructors
TimeoutException(String message)
TimeoutException(String message, Throwable cause)
TimeoutException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimeoutException (String message)

public TimeoutException (String message, Throwable cause)

public TimeoutException (Throwable cause)