Class SharedObjectConnectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.core.sharedobject.SharedObjectConnectException
All Implemented Interfaces:
Serializable

public class SharedObjectConnectException extends ECFException
Exception thrown when creating connector between shared object
See Also:
  • Constructor Details

    • SharedObjectConnectException

      public SharedObjectConnectException()
    • SharedObjectConnectException

      public SharedObjectConnectException(org.eclipse.core.runtime.IStatus status)
    • SharedObjectConnectException

      public SharedObjectConnectException(String arg0)
    • SharedObjectConnectException

      public SharedObjectConnectException(String msg, Throwable cause)
    • SharedObjectConnectException

      public SharedObjectConnectException(Throwable cause)