Class RequestAbortedException

All Implemented Interfaces:
Serializable

public class RequestAbortedException extends RuntimeException
Signals that the communication is aborted and thus the pending Request will never recover its Response.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • RequestAbortedException

      public RequestAbortedException(Throwable cause)