public class NoticeDetails extends Object implements Serializable
| Constructor and Description |
|---|
NoticeDetails(ConfigContext config,
Throwable error) |
NoticeDetails(ConfigContext config,
Throwable error,
Set<String> tags) |
NoticeDetails(ConfigContext config,
Throwable error,
Set<String> tags,
String message,
String fingerprint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Backtrace |
getBacktrace() |
Causes |
getCauses() |
String |
getClassName() |
String |
getFingerprint() |
String |
getMessage() |
Set<String> |
getTags() |
int |
hashCode() |
public NoticeDetails(ConfigContext config, Throwable error)
public NoticeDetails(ConfigContext config, Throwable error, Set<String> tags)
Copyright © 2023 Honeybadger.io. All rights reserved.