类 ServerException

所有已实现的接口:
Serializable

public class ServerException extends HttpStatusException
从以下版本开始:
2023-05-30
作者:
Catch
另请参阅:
  • 构造器详细资料

    • ServerException

      public ServerException(String message)
    • ServerException

      public ServerException(String format, Object... args)
    • ServerException

      public ServerException(Throwable t)
    • ServerException

      public ServerException(String message, Throwable t)