public class ObjectStoreCommandNotSupportedException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private ObjectStoreCommand |
command_ |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object
|
ObjectStoreCommandNotSupportedException(java.lang.String message)
Deprecated.
Use the constructor that takes a command
|
| Modifier and Type | Method and Description |
|---|---|
ObjectStoreCommand |
getCommand()
Return the command or null if the command wasn't set
|
private static final long serialVersionUID
private final ObjectStoreCommand command_
public ObjectStoreCommandNotSupportedException(java.lang.String message)
message - The messagepublic ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
command - The command that was not supportedpublic ObjectStoreCommand getCommand()