Class NoSuchTableException

All Implemented Interfaces:
Serializable

public class NoSuchTableException extends DataSetException
Signals that a dataset does not contain a table with the requested name.
Since:
Feb 17, 2002
Version:
$Revision$
Author:
Manuel Laflamme
See Also:
  • Constructor Details

    • NoSuchTableException

      public NoSuchTableException()
      Default constructor.
    • NoSuchTableException

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

      public NoSuchTableException(String msg, Throwable e)
      Constructs a NoSuchTableException with the specified detail message and cause.
      Parameters:
      msg - the detail message.
      e - the cause.
    • NoSuchTableException

      public NoSuchTableException(Throwable e)
      Constructs a NoSuchTableException with the specified cause.
      Parameters:
      e - the cause.