Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends ScxHttpException
服务器内部异常
Version:
1.11.8
Author:
scx567888
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException()
    • InternalServerErrorException

      public InternalServerErrorException(String message)
    • InternalServerErrorException

      public InternalServerErrorException(Throwable cause)
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable cause)