Ignore:
Timestamp:
06/26/13 11:20:06 (11 years ago)
Author:
gguerrero
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      target
  • trunk/src/main/java/omq/exception/SerializerException.java

    r44 r62  
    88        private static final long serialVersionUID = 1L;
    99
     10        public SerializerException(String message) {
     11                super(message);
     12        }       
     13       
    1014        public SerializerException(String message, Throwable cause) {
    1115                super(message, cause);
Note: See TracChangeset for help on using the changeset viewer.