Package io.ocfl.api.exception
Class OverwriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.OverwriteException
- All Implemented Interfaces:
Serializable
Indicates that file already exists and could not be overwritten.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOverwriteException
(String message) OverwriteException
(String message, Throwable cause) OverwriteException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OverwriteException
public OverwriteException() -
OverwriteException
-
OverwriteException
-
OverwriteException
-