Class UnexpectedColumnException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnexpectedColumnException
    extends org.datanucleus.exceptions.DatastoreValidationException
    A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      UnexpectedColumnException​(java.lang.String table_name, java.lang.String column_name, java.lang.String schema_name, java.lang.String catalog_name)
      Constructs a unexpected column 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

      • UnexpectedColumnException

        public UnexpectedColumnException​(java.lang.String table_name,
                                         java.lang.String column_name,
                                         java.lang.String schema_name,
                                         java.lang.String catalog_name)
        Constructs a unexpected column exception.
        Parameters:
        table_name - The table in which the column was found.
        column_name - The name of the unexpected column.
        schema_name - The schema name
        catalog_name - The catalog name