Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cloud.quinimbus.persistence.api.PersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnparseableValueException

public class PersistenceException extends Exception
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException(String message)
    • PersistenceException

      public PersistenceException(String message, Throwable cause)