Package jenkins.model
Class InvalidBuildsDir
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- jenkins.model.InvalidBuildsDir
-
- All Implemented Interfaces:
Serializable
public class InvalidBuildsDir extends BootFailure
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBuildsDir(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
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, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidBuildsDir
public InvalidBuildsDir(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-