Class PersistenceRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fiware.mintaka.exception.PersistenceRetrievalException
All Implemented Interfaces:
Serializable

public class PersistenceRetrievalException extends RuntimeException
Should be thrown if something unexpected happens when retrieving data from the persistence layer.
See Also:
  • Constructor Details

    • PersistenceRetrievalException

      public PersistenceRetrievalException(String message)
    • PersistenceRetrievalException

      public PersistenceRetrievalException(String message, Throwable cause)