Class NoTableManagedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoTableManagedException
    extends org.datanucleus.exceptions.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoTableManagedException​(java.lang.String className)
      Constructs a no table managed exception.
    • Method Summary

      • Methods inherited from class org.datanucleus.exceptions.NucleusException

        getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoTableManagedException

        public NoTableManagedException​(java.lang.String className)
        Constructs a no table managed exception.
        Parameters:
        className - Name of the class on which the operation requiring a table was attempted.