1 package de.dlr.bt.stc.exceptions;
2
3 import lombok.experimental.StandardException;
4
5 @StandardException
6 public class STCException extends Exception {
7 private static final long serialVersionUID = 3159667062522717451L;
8
9 }