com.gargoylesoftware.base.objectstore
public class ObjectStoreCommandNotSupportedException extends RuntimeException
Version: $Revision: 1.4 $
Field Summary | |
---|---|
ObjectStoreCommand | command_ |
static long | serialVersionUID |
Constructor Summary | |
---|---|
ObjectStoreCommandNotSupportedException(String message)
Instantiate one.
| |
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object
|
Method Summary | |
---|---|
ObjectStoreCommand | getCommand()
Return the command or null if the command wasn't set
|
Deprecated: Use the constructor that takes a command
Instantiate one.Parameters: message The message
Parameters: command The command that was not supported
Returns: The command value