public static class Table.CacheUpdateException extends RuntimeException
Contains all exceptions which occurred during the cache update. The first
occurred exception is set as the cause of this exception. All occurred
exceptions can be accessed using getCauses()
.
Constructor and Description |
---|
CacheUpdateException(Table table,
String message,
Throwable[] causes) |
Modifier and Type | Method and Description |
---|---|
Throwable[] |
getCauses()
Returns the cause(s) for this exception
|
Table |
getTable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Vaadin Ltd. All rights reserved.