hudson.util
Class JenkinsReloadFailed

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.JenkinsReloadFailed

public class JenkinsReloadFailed
extends ErrorObject

Indicates that Jenkins is interrupted during reload.

Author:
Kohsuke Kawaguchi

Field Summary
 Throwable cause
           
 
Constructor Summary
JenkinsReloadFailed(Throwable cause)
           
 
Method Summary
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cause

public final Throwable cause
Constructor Detail

JenkinsReloadFailed

public JenkinsReloadFailed(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.