Class NotAViewException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.exceptions.NucleusDataStoreException
-
- org.datanucleus.exceptions.DatastoreValidationException
-
- org.datanucleus.store.rdbms.exceptions.NotAViewException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAViewException extends org.datanucleus.exceptions.DatastoreValidationException
A NotAViewException is thrown during schema validation if a table should be a view but is found not to be in the database.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NotAViewException(java.lang.String viewName, java.lang.String type)
Constructs a not-a-view exception.
-
Method Summary
-
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-