java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ciera.runtime.api.exceptions.InstancePopulationException
io.ciera.runtime.api.exceptions.DeletedInstanceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeletedInstanceException
(String message, InstancePopulation population, ObjectInstance... instances) -
Method Summary
Methods inherited from class io.ciera.runtime.api.exceptions.InstancePopulationException
getInstances, getMessage, getPopulation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeletedInstanceException
public DeletedInstanceException(String message, InstancePopulation population, ObjectInstance... instances)
-