]> git.mxchange.org Git - jcore.git/commitdiff
added missing serial numbers
authorRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 11:05:39 +0000 (13:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 11:05:39 +0000 (13:05 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java
src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java

index a61578b8c9a4c11ed2a4a56e71e0f88b2699c1b3..528c922c1eb05d4eb234ab0bdefc0c45df8d679a 100644 (file)
@@ -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
index ecb9540ec481adc6135698cf7a8cb194d67f4885..de55e6e307cd0c157ffe4a8b98befb20702438e3 100644 (file)
@@ -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;
 
        /**
         *