Package org.dspace.identifier
Class IdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.identifier.IdentifierException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DOIIdentifierException,IdentifierNotApplicableException,IdentifierNotFoundException,IdentifierNotResolvableException
- Author:
- Fabio Bolognesi (fabio at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentifierException(String message) IdentifierException(String message, Throwable cause) IdentifierException(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
-
IdentifierException
public IdentifierException() -
IdentifierException
-
IdentifierException
-
IdentifierException
-