Package io.ocfl.api.exception
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.AlreadyExistsException
- All Implemented Interfaces:
Serializable
This exception indicates that the operation could not be completed because the targeted resource already exists
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyExistsException
(String message) AlreadyExistsException
(String message, Throwable cause) AlreadyExistsException
(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
-
AlreadyExistsException
public AlreadyExistsException() -
AlreadyExistsException
-
AlreadyExistsException
-
AlreadyExistsException
-