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,IdentifierNotFoundException,IdentifierNotResolvableException
public class IdentifierException extends Exception
- Author:
- Fabio Bolognesi (fabio at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifierException()IdentifierException(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
-
-