Subversion Repositories distributed

Rev

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

Rev Author Line No. Line
2 daniel-mar 1
package de.viathinksoft.distributed.apps.immortal.exception;
2
 
3
public class InitialNumberNotImmortableException extends Exception {
4
 
5
        private static final long serialVersionUID = -4172437830103673699L;
6
 
7
}