We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab5d39 commit e025066Copy full SHA for e025066
core/pv/src/main/java/org/phoebus/pv/pva/PVA_PV.java
@@ -179,7 +179,7 @@ public void write(final Object new_value) throws Exception
179
// Perform a disconnect check right now to alert caller
180
// of clearly disconnected channel
181
if (isDisconnected(read()))
182
- throw new Exception("Channel '" + getName() + "' is not connected");
+ throw new IllegalStateException("Channel '" + getName() + "' is not connected");
183
184
// The channel could still disconnect in the middle of the write,
185
// the channel may be read-only or experience other errors
0 commit comments