Class FilesystemEOFException

All Implemented Interfaces:
Serializable

public class FilesystemEOFException extends FilesystemException
EOF exception.
See Also:
  • Constructor Details

    • FilesystemEOFException

      public FilesystemEOFException(String p_filename)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemEOFException

      public FilesystemEOFException(Throwable p_cause)
    • FilesystemEOFException

      public FilesystemEOFException(String p_filename, Throwable p_cause)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemEOFException

      public FilesystemEOFException(int p_hostErr, Throwable p_cause)
    • FilesystemEOFException

      public FilesystemEOFException(String p_filename, int p_hostErr, Throwable p_cause)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemEOFException

      public FilesystemEOFException(int p_hostErr)
    • FilesystemEOFException

      public FilesystemEOFException(String p_filename, int p_hostErr)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemEOFException

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

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

      public FilesystemEOFException(int p_hostErr, String p_string)
    • FilesystemEOFException

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

      public FilesystemEOFException(int p_hostErr, String p_string, Throwable p_cause)
    • FilesystemEOFException

      public FilesystemEOFException(String p_filename, int p_hostErr, String p_string, Throwable p_cause)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
  • Method Details