Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends APIException
NotFoundException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      NotFoundException
      Parameters:
      message - message
    • NotFoundException

      public NotFoundException(String message, Integer statusCode, String errorCode, String errorDesc)
      NotFoundException
      Parameters:
      message - message
      statusCode - status code
      errorCode - code
      errorDesc - desc
    • NotFoundException

      public NotFoundException(String message, Throwable cause, Integer statusCode, String errorCode, String errorDesc)
      NotFoundException
      Parameters:
      message - message
      cause - cause
      statusCode - status code
      errorCode - code
      errorDesc - desc