Class TableAlreadyFailedException

All Implemented Interfaces:
Serializable

public class TableAlreadyFailedException extends UncheckedDeephavenException
This exception is thrown when an update listener cannot be added to a Table because it has already failed.
See Also:
  • Constructor Details

    • TableAlreadyFailedException

      public TableAlreadyFailedException(@NotNull @NotNull String message)
    • TableAlreadyFailedException

      public TableAlreadyFailedException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)