BowlerKernel
DyIOFirmwareOutOfDateException.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.dyio;
2 
3 // TODO: Auto-generated Javadoc
7 public class DyIOFirmwareOutOfDateException extends RuntimeException {
8 
10  private static final long serialVersionUID = 8845181001884863523L;
11 
17  public DyIOFirmwareOutOfDateException(String message){
18  super(message);
19  }
20 }