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

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:
  • Constructor Details

    • IdentifierException

      public IdentifierException()
    • IdentifierException

      public IdentifierException(String message)
    • IdentifierException

      public IdentifierException(String message, Throwable cause)
    • IdentifierException

      public IdentifierException(Throwable cause)