PTP
Release 7.0

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ptp.remote.core.exception.RemoteConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressInUseException, PrivilegedPortException, UnableToForwardPortException

public class RemoteConnectionException
extends Exception

Exception thrown when a remote connection error occurs.

See Also:
Serialized Form

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

RemoteConnectionException

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

RemoteConnectionException

public RemoteConnectionException(String message)
Parameters:
message -

RemoteConnectionException

public RemoteConnectionException(Throwable cause)
Parameters:
cause -

PTP
Release 7.0

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