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
public class OcflFileAlreadyExistsException extends OcflIOException
This exception is a wrapper around FileAlreadyExistsException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcflFileAlreadyExistsException(Exception cause)
OcflFileAlreadyExistsException(String message)
OcflFileAlreadyExistsException(String message, Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
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
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classOcflIOException
-
-