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=MAINTAINED, since="1.13.3") public class NamespacedHierarchicalStoreException extends org.junit.platform.commons.JUnitExceptionException thrown by failedNamespacedHierarchicalStoreoperations.- Since:
- 1.10
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamespacedHierarchicalStoreException(java.lang.String message)NamespacedHierarchicalStoreException(java.lang.String message, java.lang.Throwable cause)
-