Class ServiceLoadFailedException

All Implemented Interfaces:
Serializable

public class ServiceLoadFailedException extends RuntimeException
服务加载失败的异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • ServiceLoadFailedException

      public ServiceLoadFailedException(String message)
    • ServiceLoadFailedException

      public ServiceLoadFailedException(String message, Throwable cause)
    • ServiceLoadFailedException

      public ServiceLoadFailedException(Throwable cause)
    • ServiceLoadFailedException

      public ServiceLoadFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)