Class JMeterError

  • All Implemented Interfaces:
    Serializable

    public class JMeterError
    extends Error
    The rationale for this class was originally to support chained Errors in JDK 1.3 However, the class is now used in its own right.
    Version:
    $Revision: 905024 $
    See Also:
    Serialized Form
    • Constructor Detail

      • JMeterError

        public JMeterError()
      • JMeterError

        public JMeterError​(String s)
      • JMeterError

        public JMeterError​(Throwable cause)