org.eclipse.ecf.core
Class SharedObjectContainerInitException

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.SharedObjectContainerInitException
All Implemented Interfaces:
java.io.Serializable

public class SharedObjectContainerInitException
extends ECFException

See Also:
Serialized Form

Constructor Summary
SharedObjectContainerInitException()
           
SharedObjectContainerInitException(java.lang.String message)
           
SharedObjectContainerInitException(java.lang.String message, java.lang.Throwable cause)
           
SharedObjectContainerInitException(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

SharedObjectContainerInitException

public SharedObjectContainerInitException()

SharedObjectContainerInitException

public SharedObjectContainerInitException(java.lang.String message)

SharedObjectContainerInitException

public SharedObjectContainerInitException(java.lang.Throwable cause)

SharedObjectContainerInitException

public SharedObjectContainerInitException(java.lang.String message,
                                          java.lang.Throwable cause)