Subversion Repositories javautils

Rev

Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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