Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.nn.adapterframework.core.IbisException
-
- nl.nn.adapterframework.filesystem.FileSystemException
-
- nl.nn.adapterframework.filesystem.FileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FileNotFoundException extends FileSystemException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nl.nn.adapterframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException()
FileNotFoundException(String message)
FileNotFoundException(String message, Throwable cause)
FileNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class nl.nn.adapterframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-