Class FileNotFoundRuntimeException

All Implemented Interfaces:
Serializable

public class FileNotFoundRuntimeException
extends IoRuntimeException
Author:
Cyrille Le Clerc
See Also:
Serialized Form
  • Constructor Details

    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException()
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(String message)
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(String message, Throwable cause)
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(Throwable cause)