com.eurotech.framework
Class EsfTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eurotech.framework.EsfException
              extended by com.eurotech.framework.EsfTimeoutException
All Implemented Interfaces:
Serializable

public class EsfTimeoutException
extends EsfException

EsfTimeoutException is raised when the attempted operation failed to respond before the timeout exprises.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.eurotech.framework.EsfException
m_code
 
Constructor Summary
EsfTimeoutException(String message)
           
EsfTimeoutException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.eurotech.framework.EsfException
getCode, getLocalizedMessage, getMessage, internalError, internalError, internalError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EsfTimeoutException

public EsfTimeoutException(String message)

EsfTimeoutException

public EsfTimeoutException(String message,
                           Throwable cause)


Copyright © 2013. All Rights Reserved.