Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
Exception raised when attempting to read a file that does not exist.
See Also:
  • Constructor Details

    • NotFoundException

      @FormatMethod public NotFoundException(String message, Object... args)
    • NotFoundException

      @FormatMethod public NotFoundException(Throwable cause, String message, Object... args)