Class EnhancedServiceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.loader.EnhancedServiceNotFoundException
All Implemented Interfaces:
Serializable

public class EnhancedServiceNotFoundException extends RuntimeException
The type Enhanced service not found exception. 注:从阿里的seata项目中复制过来的。
Author:
slievrly
See Also:
  • Constructor Details

    • EnhancedServiceNotFoundException

      public EnhancedServiceNotFoundException(String message)
      Instantiates a new Enhanced service not found exception.
      Parameters:
      message - the message
    • EnhancedServiceNotFoundException

      public EnhancedServiceNotFoundException(String message, Throwable cause)
      Instantiates a new Enhanced service not found exception.
      Parameters:
      message - the message
      cause - the cause
    • EnhancedServiceNotFoundException

      public EnhancedServiceNotFoundException(Throwable cause)
      Instantiates a new Enhanced service not found exception.
      Parameters:
      cause - the cause