Class UnableToForwardPortException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnableToForwardPortException
    extends RemoteConnectionException
    Exception thrown when a port is unable to be forwarded.
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnableToForwardPortException

        public UnableToForwardPortException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • UnableToForwardPortException

        public UnableToForwardPortException​(java.lang.String message)
        Parameters:
        message -
      • UnableToForwardPortException

        public UnableToForwardPortException​(java.lang.Throwable cause)
        Parameters:
        cause -