Class ObjectStoreCommandNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
- All Implemented Interfaces:
Serializable
Exception that will be thrown when a command is passed into an object store
and that store does not understand the specified command.
- Version:
- $Revision: 1.4 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the ObjectStoreCommandNotSupportedException objectDeprecated.Use the constructor that takes a command -
Method Summary
Modifier and TypeMethodDescriptionReturn the command or null if the command wasn't setMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
command_
-
-
Constructor Details
-
ObjectStoreCommandNotSupportedException
Deprecated.Use the constructor that takes a commandInstantiate one.- Parameters:
message
- The message
-
ObjectStoreCommandNotSupportedException
Constructor for the ObjectStoreCommandNotSupportedException object- Parameters:
command
- The command that was not supported
-
-
Method Details
-
getCommand
Return the command or null if the command wasn't set- Returns:
- The command value
-