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:
- java.io.Serializable
public class TimeoutException
- extends java.lang.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimeoutException
public TimeoutException()
TimeoutException
public TimeoutException(java.lang.String message)
TimeoutException
public TimeoutException(java.lang.String message,
java.lang.Throwable cause)
TimeoutException
public TimeoutException(java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2013. All Rights Reserved.