Subversion Repositories javautils

Rev

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

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