序列化表格
-
程序包 cool.scx.core.http
-
异常错误 cool.scx.core.http.ScxHttpException
class ScxHttpException extends RuntimeException implements Serializable-
序列化字段
-
statusCode
int statusCode
http 状态码 -
title
String title
简短说明
-
-
-
-
程序包 cool.scx.core.http.exception
-
异常错误 cool.scx.core.http.exception.BadRequestException
class BadRequestException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.InternalServerErrorException
class InternalServerErrorException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.MethodNotAllowedException
class MethodNotAllowedException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.NoPermException
class NoPermException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.NotFoundException
class NotFoundException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.UnauthorizedException
class UnauthorizedException extends ScxHttpException implements Serializable -
异常错误 cool.scx.core.http.exception.UnsupportedMediaTypeException
class UnsupportedMediaTypeException extends ScxHttpException implements Serializable
-
-
程序包 cool.scx.core.mvc.exception
-
异常错误 cool.scx.core.mvc.exception.ParamConvertException
class ParamConvertException extends Exception implements Serializable -
异常错误 cool.scx.core.mvc.exception.RequiredParamEmptyException
class RequiredParamEmptyException extends Exception implements Serializable
-