Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends StatusCodeException
The exception that is thrown when the service returns a 404 not found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String url, String statusMessage, String returnedContent)