Class TestException

    • Constructor Detail

      • TestException

        public TestException()
      • TestException

        public TestException​(String message)
      • TestException

        public TestException​(String message,
                             Throwable cause)
      • TestException

        public TestException​(String message,
                             Throwable cause,
                             boolean enableSuppression,
                             boolean writableStackTrace)
      • TestException

        public TestException​(Throwable cause)