Class FilesystemNotYetImplementedException

All Implemented Interfaces:
Serializable

public class FilesystemNotYetImplementedException extends FilesystemException
Exception for functionality that is not yet implemented.
See Also:
  • Constructor Details

    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException()
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(String p_filename)
      Constructor.
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(int p_hostErr)
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(String p_filename, int p_hostErr)
      Constructor.
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(String p_filename, String p_string)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(String p_filename, String p_string, Throwable p_cause)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(int p_hostErr, String p_string)
    • FilesystemNotYetImplementedException

      public FilesystemNotYetImplementedException(String p_filename, int p_hostErr, String p_string)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_hostErr - Host error.
      p_string - Message.
  • Method Details