Subversion Repositories distributed

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 32
Line 1... Line 1...
1
package de.viathinksoft.immortable.gen2;
1
package de.viathinksoft.immortal.gen2;
2
 
2
 
3
public class InvalidLengthException extends Exception {
3
public class InvalidLengthException extends Exception {
4
 
4
 
5
        private static final long serialVersionUID = 559305281746485769L;
5
        private static final long serialVersionUID = 559305281746485769L;
6
 
6