AMETAS.data
Class TimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.data.PlaceUserException
              extended byAMETAS.data.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends PlaceUserException

Tritt auf, wenn ein Dienst nach der voreingestellten Zeit nicht geantwortet hat.

See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Einfacher Konstruktor.
TimeoutException(java.lang.String sMessage)
          Konstruktor.
 
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()
Einfacher Konstruktor.


TimeoutException

public TimeoutException(java.lang.String sMessage)
Konstruktor.

Parameters:
sMessage - Detailnachricht.