Class ObjectStoreCommandNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
All Implemented Interfaces:
Serializable

public class ObjectStoreCommandNotSupportedException extends RuntimeException
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 Details

  • Constructor Details

    • ObjectStoreCommandNotSupportedException

      public ObjectStoreCommandNotSupportedException(String message)
      Deprecated.
      Use the constructor that takes a command
      Instantiate one.
      Parameters:
      message - The message
    • ObjectStoreCommandNotSupportedException

      public ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
      Constructor for the ObjectStoreCommandNotSupportedException object
      Parameters:
      command - The command that was not supported
  • Method Details

    • getCommand

      public ObjectStoreCommand getCommand()
      Return the command or null if the command wasn't set
      Returns:
      The command value