Class TempDirDeletionStrategy.DeletionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.api.io.TempDirDeletionStrategy.DeletionException
All Implemented Interfaces:
Serializable
Enclosing interface:
TempDirDeletionStrategy

public static final class TempDirDeletionStrategy.DeletionException extends org.junit.platform.commons.JUnitException
Exception thrown when one or more paths in a temporary directory could not be deleted by a TempDirDeletionStrategy.
Since:
6.1
See Also: