Subversion Repositories distributed

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 daniel-mar 1
package de.viathinksoft.immortable.gen2;
2
 
3
public class InvalidLengthException extends Exception {
4
 
5
        private static final long serialVersionUID = 559305281746485769L;
6
 
7
}