Subversion Repositories distributed

Rev

Rev 15 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 30
Line 1... Line 1...
1
package de.viathinksoft.immortable.genX;
1
package de.viathinksoft.immortal.genX;
2
 
2
 
3
public class ImmortableException extends Exception {
3
public class ImmortableException extends Exception {
4
 
4
 
5
        private static final long serialVersionUID = -2350754871091479027L;
5
        private static final long serialVersionUID = -2350754871091479027L;
6
       
6