Class PrivilegedPortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.core.runtime.CoreException
-
- org.eclipse.remote.core.exception.RemoteConnectionException
-
- org.eclipse.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
Constructors Constructor Description PrivilegedPortException(String message)PrivilegedPortException(String message, Throwable cause)PrivilegedPortException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
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-
-
-