Class ColumnDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.exceptions.NucleusUserException
-
- org.datanucleus.store.rdbms.exceptions.ColumnDefinitionException
-
- All Implemented Interfaces:
Serializable
public class ColumnDefinitionException extends org.datanucleus.exceptions.NucleusUserException
A ColumnDefinitionException is thrown if the settings of a database column are incompatible with the data type of the object field to which it is mapped.- See Also:
Column
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnDefinitionException()
Constructs a column definition exception with no specific detail message.ColumnDefinitionException(String msg)
Constructs a column definition exception with the specified detail message.
-
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
-
-
-
-
Constructor Detail
-
ColumnDefinitionException
public ColumnDefinitionException()
Constructs a column definition exception with no specific detail message.
-
ColumnDefinitionException
public ColumnDefinitionException(String msg)
Constructs a column definition exception with the specified detail message.- Parameters:
msg
- the detail message
-
-