Class NotUpdatable

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class NotUpdatable extends SQLException
Thrown when a result sate is not updatable
See Also:
  • Field Details

    • NOT_UPDATEABLE_MESSAGE

      public static final String NOT_UPDATEABLE_MESSAGE
      The message to use when result set is not updatable. The same message is used in the warnings generated by Updatabale result set.
  • Constructor Details

    • NotUpdatable

      public NotUpdatable()
      Creates a new NotUpdatable exception.
    • NotUpdatable

      public NotUpdatable(String reason)
      Append the given reason to the not updatable message if the reason is not null.