public class PersistenceException extends ListBaseException
code, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
PersistenceException() |
|
PersistenceException(java.lang.String messageFormat)
Deprecated.
No debe usarse este constructor, si lo necesitas, seguramente tendrias que
crear una excepcion mas concreta que deribe de esta.
|
protected |
PersistenceException(java.lang.String messageFormat,
java.lang.String messageKey,
long code) |
|
PersistenceException(java.lang.String messageFormat,
java.lang.Throwable cause) |
protected |
PersistenceException(java.lang.String messageFormat,
java.lang.Throwable cause,
java.lang.String messageKey,
long code) |
|
PersistenceException(java.lang.Throwable cause) |
add, add, addAll, addAll, clear, contains, containsAll, get, getLocalizedMessage, getMessage, getMessage, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, printStackTrace, printStackTrace, printStackTrace, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PersistenceException(java.lang.String messageFormat)
messageFormat
- public PersistenceException(java.lang.Throwable cause)
public PersistenceException()
protected PersistenceException(java.lang.String messageFormat, java.lang.String messageKey, long code)
protected PersistenceException(java.lang.String messageFormat, java.lang.Throwable cause, java.lang.String messageKey, long code)
public PersistenceException(java.lang.String messageFormat, java.lang.Throwable cause)