Class ProblemDetailInformation


  • public class ProblemDetailInformation
    extends Object
    Generates a problem detail as a JSON object
    Since:
    2.0.0
    • Constructor Detail

      • ProblemDetailInformation

        public ProblemDetailInformation()
      • ProblemDetailInformation

        public ProblemDetailInformation​(String tableName,
                                        TableId tableId,
                                        String type,
                                        String server,
                                        Long time,
                                        String resource,
                                        String exception)
        Stores a problem detail
        Parameters:
        tableName - Table name of the problem
        tableId - Table ID of the problem
        type - Type of problem
        server - Location of the problem
        time - Time of the problem
        resource - Resource with the problem
        exception - Exception of the problem