Class DatastoreValidationException

All Implemented Interfaces:
Serializable

public class DatastoreValidationException extends NucleusDataStoreException
A DatastoreValidationException is thrown if a mismatch is discovered between what the JDO runtime thinks the datastore should look like and what it actually looks like.
See Also:
  • Field Details

  • Constructor Details

    • DatastoreValidationException

      public DatastoreValidationException(String msg)
      Constructs a datastore validation exception with the specified detail message.
      Parameters:
      msg - the detail message
    • DatastoreValidationException

      public DatastoreValidationException(String msg, Exception nested)
      Constructs a schema validation exception with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      nested - the nested exception(s).