Class UncheckedFileNotFoundException

All Implemented Interfaces:
Serializable

public class UncheckedFileNotFoundException extends UncheckedIOException
An unchecked version of FileNotFoundException.
Author:
brandizi
Date:
9 Apr 2018
See Also:
  • Constructor Details

    • UncheckedFileNotFoundException

      public UncheckedFileNotFoundException(String message, IOException cause)
    • UncheckedFileNotFoundException

      public UncheckedFileNotFoundException(String message)