org.fcrepo.server.errors
Class ObjectIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.ObjectIntegrityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidationException
public class ObjectIntegrityException
- extends StorageException
Signals that an object (serialized or deserialized) is inappropriately
formed in the context that it is being examined.
- Author:
- Chris Wilper
- See Also:
- Serialized Form
ObjectIntegrityException
public ObjectIntegrityException(String message)
- Creates an ObjectIntegrityException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
ObjectIntegrityException
public ObjectIntegrityException(String message,
Throwable th)
ObjectIntegrityException
public ObjectIntegrityException(String a,
String message,
String[] b,
String[] c,
Throwable th)
Copyright © 2012 DuraSpace. All Rights Reserved.