PTP
Release 7.0

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

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.UnableToForwardPortException
All Implemented Interfaces:
Serializable

public class UnableToForwardPortException
extends RemoteConnectionException

Exception thrown when a port is unable to be forwarded.

See Also:
Serialized Form

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

UnableToForwardPortException

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

UnableToForwardPortException

public UnableToForwardPortException(String message)
Parameters:
message -

UnableToForwardPortException

public UnableToForwardPortException(Throwable cause)
Parameters:
cause -

PTP
Release 7.0

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