Class AbstractTracer.Exception

    • Constructor Detail

      • Exception

        public Exception​(String msg)
        Creates an Exception instance.
        Parameters:
        msg - the message
      • Exception

        public Exception​(Throwable cause)
        Creates an Exception instance.
        Parameters:
        cause - the cause of the trouble