Package org.dspace.identifier
Class IdentifierNotApplicableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.identifier.IdentifierException
org.dspace.identifier.IdentifierNotApplicableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DOIIdentifierNotApplicableException
Thrown when an identifier should not be applied to an item, eg. when it has been filtered by an item filter
- Author:
- Kim Shepherd
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentifierNotApplicableException(String message) IdentifierNotApplicableException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentifierNotApplicableException
public IdentifierNotApplicableException() -
IdentifierNotApplicableException
-
IdentifierNotApplicableException
-
IdentifierNotApplicableException
-