com.jrockit.memleak
Class TimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.memleak.MemLeakException
              extended by com.jrockit.memleak.OperationException
                  extended by com.jrockit.memleak.TimedOutException
All Implemented Interfaces:
java.io.Serializable

public class TimedOutException
extends OperationException

No results could be found within the given time.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
TimedOutException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedOutException

public TimedOutException(java.lang.String message)
Parameters:
message -


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.