org.apache.struts2.showcase.exception
Class DuplicateKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.showcase.exception.StorageException
org.apache.struts2.showcase.exception.CreateException
org.apache.struts2.showcase.exception.DuplicateKeyException
- All Implemented Interfaces:
- Serializable
public class DuplicateKeyException
- extends CreateException
DuplicateKeyException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateKeyException
public DuplicateKeyException(String message)
DuplicateKeyException
public DuplicateKeyException(Throwable cause)
DuplicateKeyException
public DuplicateKeyException(String message,
Throwable cause)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.