public class ConstraintViolationException extends TorqueException
Constructor and Description |
---|
ConstraintViolationException(String msg,
Throwable nested)
Constructs a new
ConstraintViolationException
with specified detail message and nested Throwable . |
ConstraintViolationException(Throwable nested)
Constructs a new
ConstraintViolationException
with specified nested Throwable . |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ConstraintViolationException(Throwable nested)
ConstraintViolationException
with specified nested Throwable
.nested
- the exception or error that caused this exception
to be thrown.public ConstraintViolationException(String msg, Throwable nested)
ConstraintViolationException
with specified detail message and nested Throwable
.msg
- the error message.nested
- the exception or error that caused this exception
to be thrown.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.