]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/OperationNotAllowedException.java
Fail safe import fixes made by Antti
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / exception / OperationNotAllowedException.java
1 package org.simantics.db.layer0.exception;
2
3 public class OperationNotAllowedException extends Exception {
4
5     private static final long serialVersionUID = 3724611242947085543L;
6
7 }