org.eclipse.ecf.core
Class SharedObjectInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ecf.core.util.ECFException
              extended by org.eclipse.ecf.core.SharedObjectInitException
All Implemented Interfaces:
java.io.Serializable

public class SharedObjectInitException
extends ECFException

See Also:
Serialized Form

Constructor Summary
SharedObjectInitException()
           
SharedObjectInitException(java.lang.String arg0)
           
SharedObjectInitException(java.lang.String msg, java.lang.Throwable cause)
           
SharedObjectInitException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedObjectInitException

public SharedObjectInitException()

SharedObjectInitException

public SharedObjectInitException(java.lang.String arg0)

SharedObjectInitException

public SharedObjectInitException(java.lang.String msg,
                                 java.lang.Throwable cause)

SharedObjectInitException

public SharedObjectInitException(java.lang.Throwable cause)