Project

General

Profile

Statistics
| Revision:

root / src / message / InvalidSenderProtocolVersion.java @ 2

History | View | Annotate | Download (160 Bytes)

1
package message;
2

    
3
public class InvalidSenderProtocolVersion extends Exception {
4

    
5
        private static final long serialVersionUID = -6896672292724504010L;
6

    
7
}