Class SnailJobDatasourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aizuda.snailjob.common.core.exception.BaseSnailJobException
com.aizuda.snailjob.template.datasource.exception.SnailJobDatasourceException
- All Implemented Interfaces:
Serializable
数据源模块异常类
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnailJobDatasourceException(String message) SnailJobDatasourceException(String message, Object... arguments) -
Method Summary
Methods inherited from class com.aizuda.snailjob.common.core.exception.BaseSnailJobException
getArguments, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnailJobDatasourceException
-
SnailJobDatasourceException
-