Class HttpExceptions.InternalServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.levanquy.exception.HttpExceptions.InternalServerErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpExceptions

public static class HttpExceptions.InternalServerErrorException extends RuntimeException
Exception cho lỗi HTTP 500 Internal Server Error. Một lỗi không mong muốn xảy ra trên server, ngăn cản server thực hiện yêu cầu.
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String message)