Package org.eclipse.ecf.core.util
Class ECFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrowseFileTransferException
,ConnectionCreateException
,ContainerConnectException
,ContainerCreateException
,FileCreateException
,IncomingFileTransferException
,QueueException
,RemoteFileSystemException
,RestException
,SendFileTransferException
,SharedObjectAddException
,SharedObjectConnectException
,SharedObjectCreateException
,SharedObjectDisconnectException
,SharedObjectInitException
,UserCancelledException
public class ECFException
extends org.eclipse.core.runtime.CoreException
- See Also:
-
Constructor Summary
ConstructorDescriptionECFException
(String message) ECFException
(String message, Throwable cause) ECFException
(Throwable cause) ECFException
(org.eclipse.core.runtime.IStatus status) -
Method Summary
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ECFException
public ECFException() -
ECFException
- Parameters:
message
- message associated with exception
-
ECFException
- Parameters:
cause
- the cause of the new exception
-
ECFException
- Parameters:
message
-cause
-
-
ECFException
public ECFException(org.eclipse.core.runtime.IStatus status) - Parameters:
status
- the status for th
-