Class UnableToForwardPortException
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.UnableToForwardPortException
- All Implemented Interfaces:
Serializable
Exception thrown when a port is unable to be forwarded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnableToForwardPortException
(String message) UnableToForwardPortException
(String message, 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 Details
-
UnableToForwardPortException
- Parameters:
message
-cause
-
-
UnableToForwardPortException
- Parameters:
message
-
-
UnableToForwardPortException
- Parameters:
cause
-
-