Changeset 62 for trunk/src/main/java/omq/exception
- Timestamp:
- 06/26/13 11:20:06 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
target
-
Property
svn:ignore
set to
-
trunk/src/main/java/omq/exception/SerializerException.java
r44 r62 8 8 private static final long serialVersionUID = 1L; 9 9 10 public SerializerException(String message) { 11 super(message); 12 } 13 10 14 public SerializerException(String message, Throwable cause) { 11 15 super(message, cause);
Note: See TracChangeset
for help on using the changeset viewer.