org.scohen.juploadr.util
Class NonUniqueKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.scohen.juploadr.util.NonUniqueKeyException
All Implemented Interfaces:
java.io.Serializable

public class NonUniqueKeyException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NonUniqueKeyException(java.lang.String s)
           
 
Method Summary
 java.lang.String getKey()
           
 
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

NonUniqueKeyException

public NonUniqueKeyException(java.lang.String s)
Method Detail

getKey

public java.lang.String getKey()