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
 
 public class ContainerConnectException extends ECFException Exception class to be thrown upon connection failure.
- 
- 
Constructor SummaryConstructors Constructor Description ContainerConnectException()ContainerConnectException(String message)ContainerConnectException(String message, Throwable cause)ContainerConnectException(Throwable cause)ContainerConnectException(org.eclipse.core.runtime.IStatus status)
 - 
Method Summary- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ContainerConnectExceptionpublic ContainerConnectException() 
 - 
ContainerConnectExceptionpublic ContainerConnectException(String message) 
 - 
ContainerConnectExceptionpublic ContainerConnectException(Throwable cause) 
 - 
ContainerConnectExceptionpublic ContainerConnectException(org.eclipse.core.runtime.IStatus status) 
 
- 
 
-