Class TempDirectory.UndeletableFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.jupiter.engine.extension.TempDirectory.UndeletableFileException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TempDirectory
private static class TempDirectory.UndeletableFileException extends JUnitException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UndeletableFileException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-