public final class CommandRejectedException extends Exception
| Constructor and Description |
|---|
CommandRejectedException(CommandNack negativeAck)
Construct a CommandRejectedException from the corresponding CommandNack.
|
| Modifier and Type | Method and Description |
|---|---|
CommandNack |
getCommandNack()
Get the CommandNack that explains the rejection of the command.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CommandRejectedException(CommandNack negativeAck)
negativeAck - The CommandNack that explains the rejection.public CommandNack getCommandNack()
Copyright © 2020 LSST. All rights reserved.