first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
package javax.mail;
|
||||
|
||||
public class MessageRemovedException extends MessagingException {
|
||||
private static final long serialVersionUID = 1951292550679528690L;
|
||||
|
||||
public MessageRemovedException() {}
|
||||
|
||||
public MessageRemovedException(String s) {
|
||||
super(s);
|
||||
}
|
||||
|
||||
public MessageRemovedException(String s, Exception e) {
|
||||
super(s, e);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue