-
- All Implemented Interfaces:
-
java.io.Serializable
public class RemoteSimulationException extends RuntimeException
-
-
Constructor Summary
Constructors Constructor Description RemoteSimulationException()RemoteSimulationException(UUID nodeId, SimulationConfig simulationConfig, Throwable throwable)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RemoteSimulationException
RemoteSimulationException()
-
RemoteSimulationException
RemoteSimulationException(UUID nodeId, SimulationConfig simulationConfig, Throwable throwable)
- Parameters:
nodeId- UUID of node that has run the simulationsimulationConfig- Simulation's configthrowable- Error that made the simulation fail
-
-
-
-