()
| 236 | } |
| 237 | |
| 238 | @Override |
| 239 | public String toString() { |
| 240 | return MoreObjects.toStringHelper(this).addValue(identifier).toString(); |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Simple logging handler for subscriber exceptions. |
nothing calls this directly
no test coverage detected