us.ihmc.simulationconstructionset.simulatedSensors.UnexpectedConcurrancyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset.simulatedSensors;
public class UnexpectedConcurrancyException extends Exception
{
private static final long serialVersionUID = -2399934723168629373L;
public UnexpectedConcurrancyException(String message)
{
super(message);
}
}