类 StartFailedException

所有已实现的接口:
Serializable

public class StartFailedException extends RuntimeException
用于表示EventLoop启动失败
作者:
wjybxx date - 2023/8/15
另请参阅:
  • 构造器详细资料

    • StartFailedException

      public StartFailedException(String message)
    • StartFailedException

      public StartFailedException(String message, Throwable cause)
    • StartFailedException

      public StartFailedException(Throwable cause)
    • StartFailedException

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