Package org.fcrepo.kernel.api.exception
Class ItemExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.kernel.api.exception.ItemExistsException
-
- All Implemented Interfaces:
Serializable
public class ItemExistsException extends RepositoryRuntimeException
Indicates an item already exists in repository- Author:
- dbernstein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemExistsException(String msg)
Ordinary constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ItemExistsException
public ItemExistsException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
-