Package 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
-
-
Constructor Summary
Constructors Constructor Description NonUniqueMetadataException()Create 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 Detail
-
NonUniqueMetadataException
public NonUniqueMetadataException()
Create an empty authorize exception
-
NonUniqueMetadataException
public NonUniqueMetadataException(String message)
Create an exception with only a message- Parameters:
message- message string
-
-