Class DerivedDataStoreException

  • All Implemented Interfaces:
    Serializable

    public final class DerivedDataStoreException
    extends RuntimeException
    Exception thrown when derived data manager fails to store or load its persistent data.
    See Also:
    Serialized Form
    • Constructor Detail

      • DerivedDataStoreException

        public DerivedDataStoreException​(String message,
                                         Throwable cause)
        Creates a new exception with the the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.