]> gerrit.simantics Code Review - simantics/platform.git/blob - db/layer0/exception/OperationNotAllowedException.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / 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 }