hudson.remoting
Class RequestAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.remoting.RequestAbortedException
All Implemented Interfaces:
java.io.Serializable

public class RequestAbortedException
extends java.lang.RuntimeException

Signals that the communication is aborted and thus the pending Request will never recover its Response.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
RequestAbortedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestAbortedException

public RequestAbortedException(java.lang.Throwable cause)


Copyright © 2013. All Rights Reserved.