org.sourceforge.jvb3d.Network
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sourceforge.jvb3d.Network.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends java.lang.Exception

Author:
Łukasz Krzyżak Klasa implementująca wyjatek rzucany po wykryciu timeouta klienta bądź serwera.
See Also:
Serialized Form

Constructor Summary
TimeoutException(java.net.InetSocketAddress avatarID)
          tworzy wyjatek dla podanego adresu
 
Method Summary
 java.net.InetSocketAddress getAddress()
          zwraca adres timeouta
 
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(java.net.InetSocketAddress avatarID)
tworzy wyjatek dla podanego adresu

Parameters:
avatarID - adres socketu z którym nie ma komunikacji
Method Detail

getAddress

public java.net.InetSocketAddress getAddress()
zwraca adres timeouta

Returns:
adres


Copyright © 2004-2005 Akademia Górniczo-Hutnicza w Krakowie. All Rights Reserved.