biz.onixs.fix.engine.util
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.onixs.fix.engine.util.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends Exception

See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Default Constructor.
TimeoutException(long timeout, String desc)
          Constructor.
 
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

TimeoutException

public TimeoutException()
Default Constructor.


TimeoutException

public TimeoutException(long timeout,
                        String desc)
Constructor.

Parameters:
timeout - The timeout value which expired.
desc - Textual description of the exception


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.