Class OaiPmhDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.oaipmh.persistence.OaiPmhDatabaseException
All Implemented Interfaces:
Serializable

public class OaiPmhDatabaseException extends Exception
Presents exception that occurs while storing/retrieving OAI-PMH entities from permanent storage.
See Also:
  • Constructor Details

    • OaiPmhDatabaseException

      public OaiPmhDatabaseException(String message)
      Create exception with a message.
      Parameters:
      message -
    • OaiPmhDatabaseException

      public OaiPmhDatabaseException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause -
    • OaiPmhDatabaseException

      public OaiPmhDatabaseException(String message, Throwable cause)
      Create exception with a message and a cause.
      Parameters:
      message -
      cause -