Package icu.easyj.core.loader
Class EnhancedServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.loader.EnhancedServiceNotFoundException
- All Implemented Interfaces:
Serializable
The type Enhanced service not found exception.
注:从阿里的seata项目中复制过来的。
- Author:
- slievrly
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedServiceNotFoundException(String message) Instantiates a new Enhanced service not found exception.EnhancedServiceNotFoundException(String message, Throwable cause) Instantiates a new Enhanced service not found exception.Instantiates a new Enhanced service not found exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnhancedServiceNotFoundException
Instantiates a new Enhanced service not found exception.- Parameters:
message- the message
-
EnhancedServiceNotFoundException
Instantiates a new Enhanced service not found exception.- Parameters:
message- the messagecause- the cause
-
EnhancedServiceNotFoundException
Instantiates a new Enhanced service not found exception.- Parameters:
cause- the cause
-