Subversion Repositories javautils

Rev

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

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