Package io.ocfl.api.exception
Class OcflFileAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.OcflIOException
io.ocfl.api.exception.OcflFileAlreadyExistsException
- All Implemented Interfaces:
Serializable
This exception is a wrapper around FileAlreadyExistsException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOcflFileAlreadyExistsException
(String message) OcflFileAlreadyExistsException
(String message, Exception cause) -
Method Summary
Methods inherited from class io.ocfl.api.exception.OcflIOException
from
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OcflFileAlreadyExistsException
-
OcflFileAlreadyExistsException
-
OcflFileAlreadyExistsException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classOcflIOException
-