Class DataStoreException

All Implemented Interfaces:
Serializable

public class DataStoreException extends RepositoryException
Exception thrown by the Data Store module.
See Also:
  • Constructor Details

    • DataStoreException

      public DataStoreException(String message)
      Constructs a new instance of this class with the specified detail message.
      Parameters:
      message - the detailed message.
    • DataStoreException

      public DataStoreException(String message, Throwable cause)
      Constructs a new instance of this class with the specified detail message and root cause.
      Parameters:
      message - the detailed message.
      cause - root failure cause
    • DataStoreException

      public DataStoreException(Throwable rootCause)
      Constructs a new instance of this class with the specified root cause.
      Parameters:
      rootCause - root failure cause