Class FsFileNotFoundException

All Implemented Interfaces:
Serializable

public class FsFileNotFoundException extends FsException

Subclass of FsException indicating that a file has not be found.

See Also:
  • Constructor Details

    • FsFileNotFoundException

      public FsFileNotFoundException()
    • FsFileNotFoundException

      public FsFileNotFoundException(Exception cause)
    • FsFileNotFoundException

      public FsFileNotFoundException(String description)
    • FsFileNotFoundException

      public FsFileNotFoundException(String description, Exception cause)