Class FileOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.jbizmo.commons.file.FileOperationException
- All Implemented Interfaces:
Serializable
Exception that will be thrown if a file operation has failed. In most cases it will be used to wrap a
IOException.
Copyright 2023 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileOperationException(String message) ConstructorFileOperationException(String message, Throwable cause) ConstructorFileOperationException(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileOperationException
Constructor- Parameters:
message-
-
FileOperationException
Constructor- Parameters:
cause-
-
FileOperationException
Constructor- Parameters:
message-cause-
-