Class NotFoundMachineStateException

All Implemented Interfaces:
Serializable

public class NotFoundMachineStateException extends CosIdException
Exception thrown when machine state is not found.

Indicates that the machine state for a specific instance could not be found in the distributed store.

See Also:
  • Constructor Details

    • NotFoundMachineStateException

      public NotFoundMachineStateException(String namespace, InstanceId instanceId)
      Creates a new exception.
      Parameters:
      namespace - the namespace
      instanceId - the instance ID
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the namespace.
      Returns:
      the namespace
    • getInstanceId

      public InstanceId getInstanceId()
      Gets the instance ID.
      Returns:
      the instance ID