1 /*****************************************************************************
5 * Creation date 06.03.2013
6 * @author Author: Maria KRUCHININA
8 *****************************************************************************/
10 package org.splat.exception;
13 * Exception thrown when data is incompatible for "Compare the studies" functionality.
14 * @author Maria KRUCHININA
17 public class IncompatibleDataException extends BusinessException {
20 * Version id for serialization.
22 private static final long serialVersionUID = -4596111071538834057L;
25 * Create a IncompatibleDataException.
30 public IncompatibleDataException(final String message) {