We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e480a31 commit 4b005d2Copy full SHA for 4b005d2
affinity/src/main/java/net/openhft/affinity/impl/NullAffinity.java
@@ -54,6 +54,6 @@ public int getProcessId() {
54
55
@Override
56
public int getThreadId() {
57
- throw new UnsupportedOperationException();
+ throw new UnsupportedOperationException(getClass().getSimpleName() + " does not implement this method");
58
}
59
0 commit comments