Class DropException

All Implemented Interfaces:
Serializable

public final class DropException extends RuntimeException
Used to trap a continuation when a PullRequest drops.
See Also:
  • Constructor Details

    • DropException

      public DropException(String message, Throwable cause)
    • DropException

      public DropException(String message)
    • DropException

      public DropException(Throwable cause)
    • DropException

      public DropException()
  • Method Details