org.dspace.content
Class NonUniqueMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.NonUniqueMetadataException
- All Implemented Interfaces:
- Serializable
public class NonUniqueMetadataException
- extends Exception
An exception that gets thrown when a metadata field cannot be created or
saved due to an existing field with an identical element and qualifier.
- Author:
- Martin Hald
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonUniqueMetadataException
public NonUniqueMetadataException()
- Create an empty authorize exception
NonUniqueMetadataException
public NonUniqueMetadataException(String message)
- Create an exception with only a message
- Parameters:
message -
Copyright © 2008 The DSpace Foundation. All Rights Reserved.