com.sentilla.system
Class OperationTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sentilla.system.OperationTimedOutException
All Implemented Interfaces:
Serializable

public class OperationTimedOutException
extends RuntimeException

Thrown when an operation fails due to timeout.

See Also:
Serialized Form

Constructor Summary
OperationTimedOutException()
           
OperationTimedOutException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationTimedOutException

public OperationTimedOutException()

OperationTimedOutException

public OperationTimedOutException(String message)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.