| org.jpox.exceptions.JPOXDataStoreException org.jpox.store.exceptions.DatastoreValidationException
DatastoreValidationException | public class DatastoreValidationException extends JPOXDataStoreException (Code) | | 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.
version: $Revision: 1.2 $ |
DatastoreValidationException | public DatastoreValidationException(String msg)(Code) | | Constructs a datastore validation exception with the specified detail
message.
Parameters: msg - the detail message |
DatastoreValidationException | public DatastoreValidationException(String msg, Exception nested)(Code) | | Constructs a schema validation exception with the specified detail
message and nested exception.
Parameters: msg - the detail message Parameters: nested - the nested exception(s). |
|
|