Class Table.CacheUpdateException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Table

    @Deprecated
    public static class Table.CacheUpdateException
    extends RuntimeException
    Deprecated.
    Exception thrown when one or more exceptions occurred during updating of the Table cache.

    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().

    See Also:
    Serialized Form
    • Constructor Detail

      • CacheUpdateException

        public CacheUpdateException​(Table table,
                                    String message,
                                    Throwable[] causes)
        Deprecated.
    • Method Detail

      • getCauses

        public Throwable[] getCauses()
        Deprecated.
        Returns the cause(s) for this exception.
        Returns:
        the exception(s) which caused this exception
      • getTable

        public Table getTable()
        Deprecated.