Package org.eclipse.ecf.core
Class ContainerConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.core.ContainerConnectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContainerAuthenticationException
Exception class to be thrown upon connection failure.
-
Constructor Summary
ConstructorDescriptionContainerConnectException
(String message) ContainerConnectException
(String message, Throwable cause) ContainerConnectException
(org.eclipse.core.runtime.IStatus status) -
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
-
ContainerConnectException
public ContainerConnectException() -
ContainerConnectException
-
ContainerConnectException
-
ContainerConnectException
-
ContainerConnectException
public ContainerConnectException(org.eclipse.core.runtime.IStatus status)
-