Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BaseException
com.elitesland.ystdms.sys.exception.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
资源未找到异常类
用于处理资源不存在的情况
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundException(String message) ResourceNotFoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.elitesland.ystdms.sys.exception.BaseException
getCode, getErrorMsgMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
-
ResourceNotFoundException
-