public class DuplicateKeyException extends RollbackException
The DuplicateKeyException this a subclass of RollbackException. As with RollbackException, the work done by the transaction that was active when this exception is thrown is rolled back.
Constructor and Description |
---|
DuplicateKeyException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateKeyException(String message)
Copyright © 2012-2016 Jeffrey L. Eppinger. All rights reserved. Permission granted for educational use only.