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:
java.io.Serializable
public class AddressInUseException extends RemoteConnectionException
Exception thrown when a connection address is already in use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressInUseException(java.lang.String message)AddressInUseException(java.lang.String message, java.lang.Throwable cause)AddressInUseException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
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-
-
-