public class PersistenceException extends ListBaseException
code, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
PersistenceException() |
|
PersistenceException(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(String messageFormat,
String messageKey,
long code) |
|
PersistenceException(String messageFormat,
Throwable cause) |
protected |
PersistenceException(String messageFormat,
Throwable cause,
String messageKey,
long code) |
|
PersistenceException(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
getCode, getFormatString, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessageKey, 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
equals, hashCode, iterator, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public PersistenceException(String messageFormat)
messageFormat
- public PersistenceException(Throwable cause)
public PersistenceException()
protected PersistenceException(String messageFormat, String messageKey, long code)
protected PersistenceException(String messageFormat, Throwable cause, String messageKey, long code)