Class FilesystemKeyException

All Implemented Interfaces:
Serializable

public class FilesystemKeyException extends FilesystemException
Key exception.
See Also:
  • Constructor Details

    • FilesystemKeyException

      public FilesystemKeyException(String p_filename, int p_keyNumber)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemKeyException

      public FilesystemKeyException(String p_filename, Throwable p_cause, int p_keyNumber)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemKeyException

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

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

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

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

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

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