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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ECFException()ECFException(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.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ECFExceptionpublic ECFException() 
 - 
ECFExceptionpublic ECFException(String message) - Parameters:
- message- message associated with exception
 
 - 
ECFExceptionpublic ECFException(Throwable cause) - Parameters:
- cause- the cause of the new exception
 
 - 
ECFExceptionpublic ECFException(org.eclipse.core.runtime.IStatus status) - Parameters:
- status- the status for th
 
 
- 
 
-