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
public class AlreadyExistsException extends OcflJavaException
This exception indicates that the operation could not be completed because the targeted resource already exists- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException()
AlreadyExistsException(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
-
-