)]}'
{
  "commit": "97c617d0cfd8713e8a4d7fbbe61bc6b3ebf2c3fd",
  "tree": "9e5641dc9e980dc74fac4101a15bd249417adfa5",
  "parents": [
    "8b19c0756725ec7b6daef7e1b42f3b7b53872974"
  ],
  "author": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Wed Apr 30 17:10:52 2014 -0700"
  },
  "committer": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Tue May 06 17:31:39 2014 -0700"
  },
  "message": "Add StartupException and subclasses.\n\nThis change adds StartupException, and subclasses InvalidConfigurationException,\nand UnsupportedPlatformException. StartupExeceptions can be thrown by the\nAdaptor.init() method to immediatly abort Application startup.\nStartupExceptions bypass the Application retry with back-off wait recovery\nmechanism that will re-attempt to start the adaptor in hopes that a recoverable\nerror has been corrected. Therefore StartupExceptions should be thrown for\nunrecoverable situations, such as running on the wrong platform or a\nconfiguration that could never be valid.\n\nCode Review: http://codereview.appspot.com/99980043\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7d0af7cd8b455281859aaf7b6502c479b74f7ca3",
      "old_mode": 33188,
      "old_path": "src/com/google/enterprise/adaptor/Application.java",
      "new_id": "5050dc7790b53bf47cf685c70d9bfea8c4573953",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/Application.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c66798cf230b2c18d1cfad6547b073ef969adfec",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/InvalidConfigurationException.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "6ef767319945086ceb1b71daadb266c9a729469a",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/StartupException.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3a2de5610a471477f1a5fd412d47f26044343d0b",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/UnsupportedPlatformException.java"
    },
    {
      "type": "modify",
      "old_id": "da8435861874f3cd4931f5a0e84ca832de62706d",
      "old_mode": 33188,
      "old_path": "test/com/google/enterprise/adaptor/ApplicationTest.java",
      "new_id": "871afba0135049780c1642e7c1aa2cd76ae586d1",
      "new_mode": 33188,
      "new_path": "test/com/google/enterprise/adaptor/ApplicationTest.java"
    }
  ]
}
