Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SessionTestException.java « session « core « omtc « capitati « com « java « test « src - github.com/ianj-als/omtc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 372a8efe35a881fbc1e516672f3c9091b5e70696 (plain)
1
2
3
4
5
6
7
package com.capitati.omtc.core.session;

import java.io.IOException;

public class SessionTestException extends IOException {
  private static final long serialVersionUID = 7413491732377268653L;
}