Changeset 704
- Timestamp:
- 06/20/08 08:41:35 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/java/src/com/rubyeventmachine/EmReactorException.java
r668 r704 34 34 */ 35 35 public class EmReactorException extends Exception { 36 static final long serialVersionUID = 0; 36 37 public EmReactorException (String msg) { 37 38 super (msg);
