com.vinculumtech.platform.async
Class TimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinculumtech.platform.async.TimedOutException
All Implemented Interfaces:
java.io.Serializable

public class TimedOutException
extends java.lang.Exception

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/async/TimedOutException.java#2 $
See Also:
Serialized Form

Constructor Summary
TimedOutException(java.lang.String message, long duration)
           
 
Method Summary
 long getDuration()
           
 void setDuration(long duration)
           
 
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,
                         long duration)
Method Detail

getDuration

public long getDuration()

setDuration

public void setDuration(long duration)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.