Package org.eclipse.ecf.core.provider
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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ContainerIntentException(String intentName, String message)ContainerIntentException(String intentName, String message, Throwable cause)ContainerIntentException(String intentName, org.eclipse.core.runtime.IStatus status)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIntentName()- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
getIntentNamepublic String getIntentName() 
 
- 
 
-