PTP
Release 7.0

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

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

public class PrivilegedPortException
extends RemoteConnectionException

Exception thrown when an attempt is made to use a privileged port.

See Also:
Serialized Form

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

PrivilegedPortException

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

PrivilegedPortException

public PrivilegedPortException(String message)
Parameters:
message -

PrivilegedPortException

public PrivilegedPortException(Throwable cause)
Parameters:
cause -

PTP
Release 7.0

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