Class NotAuthorizedException

All Implemented Interfaces:
Serializable

public class NotAuthorizedException extends StatusCodeException
The exception that is thrown when the service returns a 401 Unauthorized.
See Also:
  • Constructor Details

    • NotAuthorizedException

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