Class CancellationException

All Implemented Interfaces:
Serializable

public class CancellationException extends UncheckedDeephavenException
UncheckedDeephavenException used when an action is cancelled or interrupted.
See Also:
  • Constructor Details

    • CancellationException

      public CancellationException(String message)
    • CancellationException

      public CancellationException(String message, Throwable cause)