forked from MagicBane/Server
Project cleanup pre merge.
This commit is contained in:
@@ -7,25 +7,25 @@
|
||||
// www.magicbane.com
|
||||
|
||||
|
||||
package engine.exception;
|
||||
package engine.exception;
|
||||
|
||||
public class MsgSendException extends MBServerException {
|
||||
private static final long serialVersionUID = 6927044139998382254L;
|
||||
private static final long serialVersionUID = 6927044139998382254L;
|
||||
|
||||
public MsgSendException() {
|
||||
super();
|
||||
}
|
||||
public MsgSendException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public MsgSendException(String arg0, Throwable arg1) {
|
||||
super(arg0, arg1);
|
||||
}
|
||||
public MsgSendException(String arg0, Throwable arg1) {
|
||||
super(arg0, arg1);
|
||||
}
|
||||
|
||||
public MsgSendException(String arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
public MsgSendException(String arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
|
||||
public MsgSendException(Throwable arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
public MsgSendException(Throwable arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user