Class FileCreateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.filetransfer.identity.FileCreateException
All Implemented Interfaces:
Serializable

public class FileCreateException extends ECFException
Exception class for creation of IFileID instances via FileIDFactory
See Also:
  • Constructor Details

    • FileCreateException

      public FileCreateException(org.eclipse.core.runtime.IStatus status)
    • FileCreateException

      public FileCreateException()
    • FileCreateException

      public FileCreateException(String message)
    • FileCreateException

      public FileCreateException(Throwable cause)
    • FileCreateException

      public FileCreateException(String message, Throwable cause)