com.fullspan.kat.exception
Class KatDuplicateKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.fullspan.kat.exception.KatDataAccessException
                  extended bycom.fullspan.kat.exception.KatDuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class KatDuplicateKeyException
extends KatDataAccessException

Author:
Mitch Stuart
See Also:
Serialized Form

Constructor Summary
KatDuplicateKeyException(java.lang.String message, java.lang.String fieldName)
           
KatDuplicateKeyException(java.lang.String message, java.lang.Throwable cause, java.lang.String fieldName)
           
 
Method Summary
 java.lang.String getFieldName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

KatDuplicateKeyException

public KatDuplicateKeyException(java.lang.String message,
                                java.lang.String fieldName)

KatDuplicateKeyException

public KatDuplicateKeyException(java.lang.String message,
                                java.lang.Throwable cause,
                                java.lang.String fieldName)
Method Detail

getFieldName

public java.lang.String getFieldName()