gov.sns.tools.data
Class DataTable.NonUniqueRecordException

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

public static class DataTable.NonUniqueRecordException
extends java.lang.RuntimeException

This exception is thrown when attempting to fetch a single record with bindings and more than one record matches the criteria.

See Also:
Serialized Form

Constructor Summary
DataTable.NonUniqueRecordException(java.util.Map theBindings)
           
 
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.NonUniqueRecordException

public DataTable.NonUniqueRecordException(java.util.Map theBindings)
Method Detail

getMessage

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