public class ECFException
extends CoreException
| Constructor and Description |
|---|
ECFException() |
ECFException(IStatus status) |
ECFException(java.lang.String message) |
ECFException(java.lang.String message,
java.lang.Throwable cause) |
ECFException(java.lang.Throwable cause) |
public ECFException()
public ECFException(java.lang.String message)
message - message associated with exceptionpublic ECFException(java.lang.Throwable cause)
cause - the cause of the new exceptionpublic ECFException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public ECFException(IStatus status)
status - the status for th