org.apache.struts2.showcase.exception
Class DuplicateKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.struts2.showcase.exception.StorageException
              extended by org.apache.struts2.showcase.exception.CreateException
                  extended by org.apache.struts2.showcase.exception.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends CreateException

DuplicateKeyException.

See Also:
Serialized Form

Constructor Summary
DuplicateKeyException(java.lang.String message)
           
DuplicateKeyException(java.lang.String message, java.lang.Throwable cause)
           
DuplicateKeyException(java.lang.Throwable cause)
           
 
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(java.lang.String message)

DuplicateKeyException

public DuplicateKeyException(java.lang.Throwable cause)

DuplicateKeyException

public DuplicateKeyException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.