Class AddressInUseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AddressInUseException
    extends RemoteConnectionException
    Exception thrown when a connection address is already in use.
    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

      • AddressInUseException

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

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

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