public class ObjectStoreCommandNotSupportedException extends RuntimeException
| Constructor and Description |
|---|
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object
|
ObjectStoreCommandNotSupportedException(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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectStoreCommandNotSupportedException(String message)
message - The messagepublic ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
command - The command that was not supportedpublic ObjectStoreCommand getCommand()
Copyright © 1998–2025 Gargoyle Software Inc.. All rights reserved.