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:
java.io.Serializable

public class ConnectionException
extends java.lang.Exception

Connection exception.

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

Constructor Summary
ConnectionException(java.lang.String message, java.net.InetSocketAddress address, java.lang.Throwable cause)
           
 
Method Summary
 java.net.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(java.lang.String message,
                           java.net.InetSocketAddress address,
                           java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

getAddress

public java.net.InetSocketAddress getAddress()
Get connection addresss.

Returns:
connection address.


Copyright © 2004-2011 Cosylab. All Rights Reserved.