Package org.frankframework.filesystem
Class FileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.filesystem.FileSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileAlreadyExistsException
,FileNotFoundException
,FolderAlreadyExistsException
,FolderNotFoundException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Forwards for FileSystemException.Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemException
(String message) FileSystemException
(String message, Throwable cause) FileSystemException
(Throwable cause) FileSystemException
(FileSystemException.Forward forward, String message) FileSystemException
(FileSystemException.Forward forward, String message, Throwable cause) FileSystemException
(FileSystemException.Forward forward, Throwable cause) -
Method Summary
Methods inherited from class org.frankframework.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
-
Constructor Details
-
FileSystemException
-
FileSystemException
-
FileSystemException
-
FileSystemException
-
FileSystemException
-
FileSystemException
-