Class FileNotFoundRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jmxtrans.agent.util.io.IoRuntimeException
org.jmxtrans.agent.util.io.FileNotFoundRuntimeException
All Implemented Interfaces:
java.io.Serializable

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

    Constructors
    Constructor Description
    FileNotFoundRuntimeException()  
    FileNotFoundRuntimeException​(java.lang.String message)  
    FileNotFoundRuntimeException​(java.lang.String message, java.lang.Throwable cause)  
    FileNotFoundRuntimeException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    FileNotFoundRuntimeException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class org.jmxtrans.agent.util.io.IoRuntimeException

    propagate

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException()
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(java.lang.String message)
    • FileNotFoundRuntimeException

      public FileNotFoundRuntimeException​(java.lang.String message, java.lang.Throwable cause)
    • FileNotFoundRuntimeException

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

      public FileNotFoundRuntimeException​(java.lang.Throwable cause)