Package com.uc4.communication
Class ConnectionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- com.uc4.communication.ConnectionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ConnectionException extends java.io.IOExceptionIs thrown when a connection error occurs. Returns the InetSocketAddress to get more information about the used Connection- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionException(java.io.IOException e, java.net.InetSocketAddress addr) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddressgetSocketAddress()java.lang.StringtoString() 
 -