org.fcrepo.server.errors
Class ObjectDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.ObjectDependencyException
- All Implemented Interfaces:
- Serializable
public class ObjectDependencyException
- extends StorageException
Signals that an object has one or more related objects that depend on it.
For example, a service definition or deployment
object can be shared by multiple objects. Any data objects that use a
specific service definition or deployment object "depend" on those
objects. To remove a dependent object, you must first remove all related
objects.
- Author:
- Ross Wayland
- See Also:
- Serialized Form
ObjectDependencyException
public ObjectDependencyException(String message)
- Creates an ObjectDependencyException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
Copyright © 2012 DuraSpace. All Rights Reserved.