Class HttpExceptions.NotFoundException

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

public static class HttpExceptions.NotFoundException extends RuntimeException
Exception cho lỗi HTTP 404 Not Found. Tài nguyên yêu cầu không tồn tại trên server.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)