Package me.ahoo.cosid.machine
Class NotFoundMachineStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
me.ahoo.cosid.machine.NotFoundMachineStateException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionNotFoundMachineStateException(String namespace, InstanceId instanceId) Creates a new exception. -
Method Summary
Modifier and TypeMethodDescriptionGets the instance ID.Gets the namespace.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundMachineStateException
Creates a new exception.- Parameters:
namespace- the namespaceinstanceId- the instance ID
-
-
Method Details
-
getNamespace
Gets the namespace.- Returns:
- the namespace
-
getInstanceId
Gets the instance ID.- Returns:
- the instance ID
-