com.cosylab.epics.caj.impl
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cosylab.epics.caj.impl.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException
extends Exception

Connection exception.

Version:
$id$
Author:
Matej Sekoranja
See Also:
Serialized Form

Constructor Summary
ConnectionException(String message, InetSocketAddress address, Throwable cause)
           
 
Method Summary
 InetSocketAddress getAddress()
          Get connection addresss.
 
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

ConnectionException

public ConnectionException(String message,
                           InetSocketAddress address,
                           Throwable cause)
Parameters:
message -
cause -
Method Detail

getAddress

public InetSocketAddress getAddress()
Get connection addresss.

Returns:
connection address.


Copyright © 2004-2013 Cosylab. All Rights Reserved.