gov.sns.tools.data
Class DataTable.AddRecordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.data.DataTable.AddRecordException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DataTable

public class DataTable.AddRecordException
extends java.lang.RuntimeException

Exception thrown when attempting to add a record which causes an inconsistency. Most likely this happens when a record with the same primary key(s) already exist in the table.

See Also:
Serialized Form

Constructor Summary
DataTable.AddRecordException(GenericRecord aRecord)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataTable.AddRecordException

public DataTable.AddRecordException(GenericRecord aRecord)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable