org.datanucleus.store.exceptions
Class NoTableManagedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.exceptions.NoTableManagedException
- All Implemented Interfaces:
- Serializable
public class NoTableManagedException
- extends NucleusUserException
A NoTableManagedException is thrown if an attempt is made to perform an
operation using a class that is not backed by an table or view
in the database and the operation is not supported on such classes.
- See Also:
StoreManager,
Serialized Form
LOCALISER
protected static final Localiser LOCALISER
NoTableManagedException
public NoTableManagedException(String className)
- Constructs a no table managed exception.
- Parameters:
className - Name of the class on which the operation requiring a
table was attempted.
Copyright © 2012. All Rights Reserved.