Class ColumnProperty.NotNullableException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ColumnProperty

    @Deprecated
    public class ColumnProperty.NotNullableException
    extends java.lang.RuntimeException
    Deprecated.
    An exception that signals that a null value was passed to the setValue method, but the value of this property can not be set to null.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotNullableException()
      Deprecated.
      Constructs a new NotNullableException without a detail message.
      NotNullableException​(java.lang.String msg)
      Deprecated.
      Constructs a new NotNullableException with the specified detail message.
      NotNullableException​(java.lang.Throwable cause)
      Deprecated.
      Constructs a new NotNullableException from another exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • NotNullableException

        public NotNullableException()
        Deprecated.
        Constructs a new NotNullableException without a detail message.
      • NotNullableException

        public NotNullableException​(java.lang.String msg)
        Deprecated.
        Constructs a new NotNullableException with the specified detail message.
        Parameters:
        msg - the detail message
      • NotNullableException

        public NotNullableException​(java.lang.Throwable cause)
        Deprecated.
        Constructs a new NotNullableException from another exception.
        Parameters:
        cause - The cause of the failure