init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.sl.mq.exception;
|
||||
|
||||
import com.sl.mq.entity.FailMsgEntity;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* @author zzj
|
||||
* @version 1.0
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class MsgException extends RuntimeException {
|
||||
|
||||
private FailMsgEntity failMsgEntity;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user