Package hudson.util
Class NoTempDir
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- hudson.util.NoTempDir
-
- All Implemented Interfaces:
Serializable
public class NoTempDir extends BootFailure
Model object used to display the error top page if there appears to be no temporary directory.index.jelly
would display a nice friendly error page.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description IOException
exception
Deprecated.
-
Constructor Summary
Constructors Constructor Description NoTempDir(IOException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTempDir()
-
Methods inherited from class hudson.util.BootFailure
getBootFailureFile, loadAttempts, publish
-
Methods inherited from class hudson.util.ErrorObject
doDynamic, getStackTraceString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
exception
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Deprecated public final IOException exception
Deprecated.
-
-
Constructor Detail
-
NoTempDir
public NoTempDir(IOException exception)
-
-
Method Detail
-
getTempDir
public String getTempDir()
-
-