Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / exceptions / EventOutOfSequenceException.java
CommitLineData
c392540b
FC
1/**
2 *
3 */
4package org.eclipse.linuxtools.lttng.exceptions;
5
6/**
7 * @author francois
8 *
9 */
10public 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.030471 seconds and 5 git commands to generate.