Module org.junit.platform.engine
Class NamespacedHierarchicalStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException
-
- All Implemented Interfaces:
java.io.Serializable
@API(status=EXPERIMENTAL, since="5.10") public class NamespacedHierarchicalStoreException extends JUnitException
Exception thrown by failedNamespacedHierarchicalStore
operations.- Since:
- 5.10
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NamespacedHierarchicalStoreException(java.lang.String message)
NamespacedHierarchicalStoreException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-