stella.net.tpl
Class TsiTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by stella.exception.TimeoutException
              extended by stella.net.tpl.TsiTimeoutException
All Implemented Interfaces:
Serializable

public class TsiTimeoutException
extends TimeoutException

General TSI command execution timeout.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Unique ID used for class-serializing.
 
Constructor Summary
TsiTimeoutException()
           
TsiTimeoutException(String mess)
           
TsiTimeoutException(TplCommand src)
           
TsiTimeoutException(TplCommand src, String error)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Unique ID used for class-serializing.

See Also:
Constant Field Values
Constructor Detail

TsiTimeoutException

public TsiTimeoutException()

TsiTimeoutException

public TsiTimeoutException(String mess)

TsiTimeoutException

public TsiTimeoutException(TplCommand src)

TsiTimeoutException

public TsiTimeoutException(TplCommand src,
                           String error)