Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / exceptions / EventOutOfSequenceException.java
1 /**
2 *
3 */
4 package org.eclipse.linuxtools.lttng.exceptions;
5
6 /**
7 * @author francois
8 *
9 */
10 public class EventOutOfSequenceException extends Exception {
11
12 private static final long serialVersionUID = -3537822357348706661L;
13
14 public EventOutOfSequenceException(String errMsg) {
15 super(errMsg);
16 }
17 }
This page took 0.031374 seconds and 6 git commands to generate.