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.
See Also:
  • Constructor Details

    • ContainerConnectException

      public ContainerConnectException()
    • ContainerConnectException

      public ContainerConnectException(String message)
    • ContainerConnectException

      public ContainerConnectException(Throwable cause)
    • ContainerConnectException

      public ContainerConnectException(String message, Throwable cause)
    • ContainerConnectException

      public ContainerConnectException(org.eclipse.core.runtime.IStatus status)