Class ContainerIntentException

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
org.eclipse.ecf.core.provider.ContainerIntentException
All Implemented Interfaces:
Serializable

public class ContainerIntentException extends ContainerCreateException
Since:
3.9
See Also:
  • Constructor Details

    • ContainerIntentException

      public ContainerIntentException(String intentName, org.eclipse.core.runtime.IStatus status)
    • ContainerIntentException

      public ContainerIntentException(String intentName, String message, Throwable cause)
    • ContainerIntentException

      public ContainerIntentException(String intentName, String message)
  • Method Details

    • getIntentName

      public String getIntentName()