Package org.jmxtrans.agent.util.io
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:
Serializable
public class FileNotFoundRuntimeException extends IoRuntimeException
- Author:
- Cyrille Le Clerc
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FileNotFoundRuntimeException()FileNotFoundRuntimeException(String message)FileNotFoundRuntimeException(String message, Throwable cause)FileNotFoundRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)FileNotFoundRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class org.jmxtrans.agent.util.io.IoRuntimeException
propagateMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileNotFoundRuntimeException
public FileNotFoundRuntimeException() -
FileNotFoundRuntimeException
-
FileNotFoundRuntimeException
-
FileNotFoundRuntimeException
-
FileNotFoundRuntimeException
-