org.iperg.part.core
Class IpAlreadyConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iperg.part.core.IpException
              extended by org.iperg.part.core.IpAlreadyConnectedException
All Implemented Interfaces:
java.io.Serializable

public class IpAlreadyConnectedException
extends IpException

An IpAlreadyConnectedException is thrown if the process sets up a connection to a process to which it is already connected.

Version:
1.0.0 Initial version
Author:
Olov Stahl - olovs@sics.se
See Also:
Serialized Form

Constructor Summary
IpAlreadyConnectedException()
           
IpAlreadyConnectedException(java.lang.String message)
           
 
Method Summary
 
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

IpAlreadyConnectedException

public IpAlreadyConnectedException()

IpAlreadyConnectedException

public IpAlreadyConnectedException(java.lang.String message)