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
public class IdentifierNotApplicableException extends IdentifierException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifierNotApplicableException()IdentifierNotApplicableException(String message)IdentifierNotApplicableException(String message, Throwable cause)IdentifierNotApplicableException(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 Detail
-
IdentifierNotApplicableException
public IdentifierNotApplicableException()
-
IdentifierNotApplicableException
public IdentifierNotApplicableException(String message)
-
IdentifierNotApplicableException
public IdentifierNotApplicableException(String message, Throwable cause)
-
IdentifierNotApplicableException
public IdentifierNotApplicableException(Throwable cause)
-
-