Class ColumnProperty.NotNullableException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ColumnProperty

    public class ColumnProperty.NotNullableException
    extends RuntimeException
    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 Detail

      • NotNullableException

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

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

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