Package 

Class BacktraceReport

    • Constructor Detail

      • BacktraceReport

        BacktraceReport(String message)
        Create new instance of Backtrace report to send a report with custom client message
        Parameters:
        message - custom client message
      • BacktraceReport

        BacktraceReport(String message, Map<String, Object> attributes)
        Create new instance of Backtrace report to send a reportwith custom client message and attributes
        Parameters:
        message - custom client message
        attributes - additional information about application state
      • BacktraceReport

        BacktraceReport(String message, List<String> attachmentPaths)
        Create new instance of Backtrace report to send a reportwith custom client message, attributes and attachments
        Parameters:
        message - custom client message
        attachmentPaths - path to all report attachments
      • BacktraceReport

        BacktraceReport(String message, Map<String, Object> attributes, List<String> attachmentPaths)
        Create new instance of Backtrace report to send a reportwith custom client message, attributes and attachments
        Parameters:
        message - custom client message
        attributes - additional information about application state
        attachmentPaths - path to all report attachments
      • BacktraceReport

        BacktraceReport(Throwable exception)
        Create new instance of Backtrace report to send a reportwith application exception
        Parameters:
        exception - current exception
      • BacktraceReport

        BacktraceReport(Throwable exception, Map<String, Object> attributes)
        Create new instance of Backtrace report to send a reportwith application exception and attributes
        Parameters:
        exception - current exception
        attributes - additional information about application state
      • BacktraceReport

        BacktraceReport(Exception exception, List<String> attachmentPaths)
        Create new instance of Backtrace report to send a reportwith application exception, attributes and attachments
        Parameters:
        exception - current exception
        attachmentPaths - path to all report attachments
      • BacktraceReport

        BacktraceReport(Throwable throwable, Map<String, Object> attributes, List<String> attachmentPaths)
        Create new instance of Backtrace report to send a reportwith application exception, attributes and attachments
        Parameters:
        throwable - current throwable
        attributes - additional information about application state
        attachmentPaths - path to all report attachments