public class DatastoreValidationException extends NucleusDataStoreException
Constructor and Description |
---|
DatastoreValidationException(String msg)
Constructs a datastore validation exception with the specified detail
message.
|
DatastoreValidationException(String msg,
Exception nested)
Constructs a schema validation exception with the specified detail
message and nested exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public DatastoreValidationException(String msg)
msg
- the detail messageCopyright © 2019. All rights reserved.