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:
Serializable
Direct Known Subclasses:
ContainerIntentException

public class ContainerCreateException extends ECFException
Exception thrown during container creation
See Also:
  • Constructor Details

    • ContainerCreateException

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

      public ContainerCreateException()
    • ContainerCreateException

      public ContainerCreateException(String message)
    • ContainerCreateException

      public ContainerCreateException(Throwable cause)
    • ContainerCreateException

      public ContainerCreateException(String message, Throwable cause)