org.glassfish.fighterfish.test.util
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.fighterfish.test.util.TimeoutException
- All Implemented Interfaces:
- Serializable
public class TimeoutException
- extends RuntimeException
This exception has the additional role of printing equivalent of JStack
so that we can analyse any locking issues easily.
- Author:
- Sanjeeb.Sahoo@Sun.COM
- See Also:
- Serialized Form
TimeoutException
public TimeoutException()
TimeoutException
public TimeoutException(String message)
TimeoutException
public TimeoutException(String message,
Throwable cause)
TimeoutException
public TimeoutException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2011. All Rights Reserved.