source: trunk/src/main/java/omq/exception/SerializerException.java @ 49

Last change on this file since 49 was 44, checked in by stoda, 11 years ago

Objectmq converted to maven project

File size: 242 bytes
Line 
1package omq.exception;
2
3public class SerializerException extends Exception {
4
5        /**
6         *
7         */
8        private static final long serialVersionUID = 1L;
9
10        public SerializerException(String message, Throwable cause) {
11                super(message, cause);
12        }
13       
14       
15
16}
Note: See TracBrowser for help on using the repository browser.