hudson.remoting
Class RequestAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hudson.remoting.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestAbortedException
public RequestAbortedException(Throwable cause)
Copyright © 2004-2011. All Rights Reserved.