From c963826fdf1fb4209ca28d8b0e493205b8e3bdb2 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Fri, 18 Sep 2015 13:05:39 +0200
Subject: [PATCH] =?utf8?q?added=20missing=20serial=20numbers=20Signed-off-?=
 =?utf8?q?by:Roland=20H=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 .../jcore/exceptions/FrameAlreadyInitializedException.java    | 4 ++++
 .../jcore/exceptions/UnhandledUserChoiceException.java        | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java b/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java
index a61578b..528c922 100644
--- a/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java
+++ b/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java
@@ -22,6 +22,10 @@ package org.mxchange.jcore.exceptions;
  * @author Roland Haeder<roland@mxchange.org>
  */
 public class FrameAlreadyInitializedException extends Exception {
+	/**
+	 * Serial number
+	 */
+	private static final long serialVersionUID = 21_534_823_893_477_871L;
 
 	/**
 	 * Default constructor
diff --git a/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java b/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java
index ecb9540..de55e6e 100644
--- a/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java
+++ b/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java
@@ -23,6 +23,10 @@ package org.mxchange.jcore.exceptions;
  * @author Roland Haeder<roland@mxchange.org>
  */
 public class UnhandledUserChoiceException extends Exception {
+	/**
+	 * Serial number
+	 */
+	private static final long serialVersionUID = 29_538_748_572_871L;
 
 	/**
 	 *
-- 
2.39.5