|
|
@ -7,7 +7,6 @@ package com.ruoyi.common.core.exception;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class GlobalException extends RuntimeException
|
|
|
|
public class GlobalException extends RuntimeException
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -45,6 +44,7 @@ public class GlobalException extends RuntimeException
|
|
|
|
return this;
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public String getMessage()
|
|
|
|
public String getMessage()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return message;
|
|
|
|
return message;
|
|
|
|