org.eclipse.ecf.core
Class ContainerCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.core.ContainerCreateException
- All Implemented Interfaces:
- java.io.Serializable
public class ContainerCreateException
- extends ECFException
Exception thrown during container creation
- See Also:
ContainerFactory.createContainer(ContainerTypeDescription, Object[])
,
Serialized Form
Methods inherited from class org.eclipse.core.runtime.CoreException |
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContainerCreateException
public ContainerCreateException(org.eclipse.core.runtime.IStatus status)
ContainerCreateException
public ContainerCreateException()
ContainerCreateException
public ContainerCreateException(java.lang.String message)
ContainerCreateException
public ContainerCreateException(java.lang.Throwable cause)
ContainerCreateException
public ContainerCreateException(java.lang.String message,
java.lang.Throwable cause)