添加runner ,启动时发送获取日航班计划的消息
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.gzzn.omms.msgexchangeapi.exception;
|
||||
|
||||
public class ExchangeServiceException extends RuntimeException {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public ExchangeServiceException(String message)
|
||||
{
|
||||
super(message);
|
||||
}
|
||||
|
||||
public ExchangeServiceException(String message,Throwable cause)
|
||||
{
|
||||
super(message,cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user