org.eclipse.ecf.core.util
Class ECFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BrowseFileTransferException, CallException, ChatRoomCreateException, ConnectionCreateException, ContainerConnectException, ContainerCreateException, FileCreateException, GenericServerContainerGroupCreateException, IDStoreException, IncomingFileTransferException, MergeException, MessageSearchException, ModelUpdateException, PublishException, QueueException, RemoteFileSystemException, RestException, RpcException, SendFileTransferException, SerializationException, SharedObjectAddException, SharedObjectConnectException, SharedObjectCreateException, SharedObjectDisconnectException, SharedObjectInitException, UserCancelledException, UserSearchException

public class ECFException
extends org.eclipse.core.runtime.CoreException

See Also:
Serialized Form

Constructor Summary
ECFException()
           
ECFException(org.eclipse.core.runtime.IStatus status)
           
ECFException(java.lang.String message)
           
ECFException(java.lang.String message, java.lang.Throwable cause)
           
ECFException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECFException

public ECFException()

ECFException

public ECFException(java.lang.String message)
Parameters:
message - message associated with exception

ECFException

public ECFException(java.lang.Throwable cause)
Parameters:
cause - the cause of the new exception

ECFException

public ECFException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

ECFException

public ECFException(org.eclipse.core.runtime.IStatus status)
Parameters:
status - the status for th