Class CodeTableConstants.UnsupportedTableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
edu.suffolk.litlab.efsp.ecfcodes.tyler.CodeTableConstants.UnsupportedTableException
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Enclosing class:
CodeTableConstants

public static class CodeTableConstants.UnsupportedTableException extends SQLException
This exception is returned when a given table name isn't in the pre-approved list of names.
See Also:
  • Constructor Details

    • UnsupportedTableException

      public UnsupportedTableException(String message)