public class EnhancedServiceNotFoundException
extends org.apache.commons.lang.exception.NestableRuntimeException
| 构造器和说明 |
|---|
EnhancedServiceNotFoundException(String errorCode)
Instantiates a new Enhanced service not found exception.
|
EnhancedServiceNotFoundException(String errorCode,
String errorDesc)
Instantiates a new Enhanced service not found exception.
|
EnhancedServiceNotFoundException(String errorCode,
String errorDesc,
Throwable cause)
Instantiates a new Enhanced service not found exception.
|
EnhancedServiceNotFoundException(String errorCode,
Throwable cause)
Instantiates a new Enhanced service not found exception.
|
EnhancedServiceNotFoundException(Throwable cause)
Instantiates a new Enhanced service not found exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic EnhancedServiceNotFoundException(String errorCode)
errorCode - the error codepublic EnhancedServiceNotFoundException(String errorCode, Throwable cause)
errorCode - the error codecause - the causepublic EnhancedServiceNotFoundException(String errorCode, String errorDesc)
errorCode - the error codeerrorDesc - the error descpublic EnhancedServiceNotFoundException(String errorCode, String errorDesc, Throwable cause)
errorCode - the error codeerrorDesc - the error desccause - the causepublic EnhancedServiceNotFoundException(Throwable cause)
cause - the causepublic Throwable fillInStackTrace()
fillInStackTrace 在类中 ThrowableCopyright © 2019 Seata. All rights reserved.