public class UniqueConstraintViolationException extends RuntimeException
Exception that will be thrown if a unique constraint is violated. Note that there is no rollback of the current transaction!
Copyright 2010 (C) by Martin Ganserer
| Constructor and Description |
|---|
UniqueConstraintViolationException(String message)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UniqueConstraintViolationException(String message)
message - Copyright © 2015. All rights reserved.