Class DataStoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ManifestValidationException

public class DataStoreException extends FrameworkException
An exception indicating a problem with a data store.
See Also:
  • Constructor Details

    • DataStoreException

      public DataStoreException(String message, Throwable cause)
      Constructs a new data store exception with the given message.
      Parameters:
      message - the reason for the failure
      cause - the underlying exception causing this failure
    • DataStoreException

      public DataStoreException(String message)
      Constructs a new data store exception with the given message.
      Parameters:
      message - the reason for the failure