|
|
|
@@ -4,7 +4,6 @@ package altk.comm.engine.exception; |
|
|
|
@SuppressWarnings("serial") |
|
|
|
public class BroadcastMsgException extends BroadcastException |
|
|
|
{ |
|
|
|
|
|
|
|
public BroadcastMsgException(String errorText) |
|
|
|
{ |
|
|
|
this(errorText, null); |
|
|
|
@@ -14,17 +13,5 @@ public class BroadcastMsgException extends BroadcastException |
|
|
|
{ |
|
|
|
super(BroadcastError.BAD_REQUEST_DATA, errorText, t); |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
|
public BroadcastMsgException(Broadcast broadcast, String errorText) |
|
|
|
{ |
|
|
|
super(broadcast, BroadcastError.BAD_REQUEST_DATA, errorText); |
|
|
|
} |
|
|
|
|
|
|
|
public BroadcastMsgException(Broadcast broadcast, String errorText, Throwable t) |
|
|
|
{ |
|
|
|
super(broadcast, BroadcastError.BAD_REQUEST_DATA, errorText, t); |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
} |