hudson.util
Class NoHomeDir

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

public class NoHomeDir
extends ErrorObject

Model object used to display the error top page if we couldn't create the home directory.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi

Field Summary
 File home
           
 
Constructor Summary
NoHomeDir(File home)
           
 
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

home

public final File home
Constructor Detail

NoHomeDir

public NoHomeDir(File home)


Copyright © 2004-2013. All Rights Reserved.