1 package org.lsst.ccs.bus;
2
3 public class ErrorInCommandExecutionException extends Exception {
4
5
6
7 /**
8 *
9 */
10 private static final long serialVersionUID = -5970708500001474677L;
11
12 public ErrorInCommandExecutionException(String arg0) {
13 super(arg0);
14 }
15 }