Package org.dspace.content
Class NonUniqueMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.NonUniqueMetadataException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty authorize exceptionNonUniqueMetadataException(String message) Create an exception with only a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonUniqueMetadataException
public NonUniqueMetadataException()Create an empty authorize exception -
NonUniqueMetadataException
Create an exception with only a message- Parameters:
message- message string
-