yawn.io
Class DuplicateKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by yawn.YawnException
              extended by yawn.io.StorageException
                  extended by yawn.io.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends StorageException

$Id: DuplicateKeyException.java,v 1.3 2005/04/07 17:28:25 supermarti Exp $

Version:
$Revision: 1.3 $
Author:
Luis Martí (luis dot marti at uc3m dot es)
See Also:
Serialized Form

Constructor Summary
DuplicateKeyException()
           
DuplicateKeyException(java.lang.String arg0)
           
DuplicateKeyException(java.lang.String arg0, java.lang.Throwable arg1)
           
DuplicateKeyException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

DuplicateKeyException

public DuplicateKeyException()

DuplicateKeyException

public DuplicateKeyException(java.lang.String arg0)
Parameters:
arg0 -

DuplicateKeyException

public DuplicateKeyException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

DuplicateKeyException

public DuplicateKeyException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.