PTP
Release 7.0

org.eclipse.ptp.remote.core.exception
Class AddressInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ptp.remote.core.exception.RemoteConnectionException
              extended by org.eclipse.ptp.remote.core.exception.AddressInUseException
All Implemented Interfaces:
Serializable

public class AddressInUseException
extends RemoteConnectionException

Exception thrown when a connection address is already in use.

See Also:
Serialized Form

Constructor Summary
AddressInUseException(String message)
           
AddressInUseException(String message, Throwable cause)
           
AddressInUseException(Throwable cause)
           
 
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

AddressInUseException

public AddressInUseException(String message,
                             Throwable cause)
Parameters:
message -
cause -

AddressInUseException

public AddressInUseException(String message)
Parameters:
message -

AddressInUseException

public AddressInUseException(Throwable cause)
Parameters:
cause -

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.