Class UnitTestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnitTestException
    extends SaveException
    Unit test execution exception
    See Also:
    Serialized Form
    • Constructor Detail

      • UnitTestException

        public UnitTestException​(java.lang.Throwable e)
        Constructor
        Parameters:
        e - Throwable
      • UnitTestException

        public UnitTestException​(java.lang.String message)
        Constructor
        Parameters:
        message - String message
      • UnitTestException

        public UnitTestException​(Message message)
        Constructor
        Parameters:
        message - Message object