Class Table.RowNotFoundException

All Implemented Interfaces:
Serializable
Enclosing interface:
Table

See Also:
  • Constructor Details

    • RowNotFoundException

      Constructs a RowNotFoundException.
      Parameters:
      name - the name of the row.
    • RowNotFoundException

      public RowNotFoundException(String name, Throwable cause)
      Constructs a RowNotFoundException.

      Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

      Parameters:
      name - the name of the row.
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)