Class NamespacedHierarchicalStoreException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="5.10")
    public class NamespacedHierarchicalStoreException
    extends org.junit.platform.commons.JUnitException
    Exception thrown by failed NamespacedHierarchicalStore operations.
    Since:
    5.10
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NamespacedHierarchicalStoreException

        public NamespacedHierarchicalStoreException​(java.lang.String message)
      • NamespacedHierarchicalStoreException

        public NamespacedHierarchicalStoreException​(java.lang.String message,
                                                    java.lang.Throwable cause)