org.fcrepo.server.errors
Class ObjectExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.ObjectExistsException
- All Implemented Interfaces:
- Serializable
public class ObjectExistsException
- extends StorageException
Signals that an object existed when it wasn't expected to have existed.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
ObjectExistsException
public ObjectExistsException(String message)
- Creates an ObjectExistsException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
Copyright © 2012 DuraSpace. All Rights Reserved.