Class ReactorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jvnet.hudson.reactor.ReactorException
All Implemented Interfaces:
Serializable

public class ReactorException extends Exception
Used to tunnel application-thrown Throwable (Error or Exception) to the caller.
Author:
Kohsuke Kawaguchi
See Also: