Class AddressInUseException
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.AddressInUseException
- All Implemented Interfaces:
Serializable
Exception thrown when a connection address is already in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddressInUseException
(String message) AddressInUseException
(String message, Throwable cause) AddressInUseException
(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
-
AddressInUseException
- Parameters:
message
-cause
-
-
AddressInUseException
- Parameters:
message
-
-
AddressInUseException
- Parameters:
cause
-
-