All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.simulatedSensors.UnexpectedConcurrancyException Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset.simulatedSensors;

public class UnexpectedConcurrancyException extends Exception
{
   private static final long serialVersionUID = -2399934723168629373L;

   public UnexpectedConcurrancyException(String message)
   {
      super(message);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy