Package icu.easyj.core.exception
Class SdkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.core.exception.SdkException
- All Implemented Interfaces:
ISdkException,Serializable
SDK相关异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSdkException(String message) SdkException(String message, String errorCode) SdkException(String message, String errorCode, Throwable cause) SdkException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface icu.easyj.core.exception.ISdkException
getCause, getLocalizedMessage, getMessage
-
Constructor Details
-
SdkException
-
SdkException
-
SdkException
-
SdkException
-