public class PersistenceViolationException extends EvasionException
| Constructor and Description |
|---|
PersistenceViolationException()
Creates a new instance of
PersistenceViolationException without detail message. |
PersistenceViolationException(String msg)
Constructs an instance of
PersistenceViolationException with the specified detail message. |
PersistenceViolationException(String msg,
Throwable t)
Constructs an instance of
PersistenceViolationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersistenceViolationException()
PersistenceViolationException without detail message.public PersistenceViolationException(String msg)
PersistenceViolationException with the specified detail message.msg - the detail message.Copyright © 2012. All Rights Reserved.