Class MCRPersistentIdentifierException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mycore.common.MCRCatchException
org.mycore.pi.exceptions.MCRPersistentIdentifierException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MCRDatacenterException, MCREpicException, MCRInvalidIdentifierExeption

public class MCRPersistentIdentifierException extends MCRCatchException
See Also:
  • Constructor Details

    • MCRPersistentIdentifierException

      public MCRPersistentIdentifierException(String message)
    • MCRPersistentIdentifierException

      public MCRPersistentIdentifierException(String message, Throwable cause)
    • MCRPersistentIdentifierException

      public MCRPersistentIdentifierException(String message, String translatedAdditionalInformation, int code)
    • MCRPersistentIdentifierException

      public MCRPersistentIdentifierException(String message, String translatedAdditionalInformation, int code, Exception cause)
  • Method Details