com.maxiq.tools.jboss
Class WaitTimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.maxiq.tools.jboss.WaitTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class WaitTimeoutException
extends java.lang.RuntimeException

Thrown when timeout occurs during explicit waiting.

Author:
Florin Vancea
See Also:
Serialized Form

Constructor Summary
WaitTimeoutException(java.lang.String message)
          Constructor with message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitTimeoutException

public WaitTimeoutException(java.lang.String message)
Constructor with message
Parameters:
message - Message


Copyright © 2003 MaxIQ. All Rights Reserved.