All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.android.exceptions.UnauthorizedHttpException.scala Maven / Gradle / Ivy

The newest version!
package com.mle.android.exceptions

import org.apache.http.client.HttpResponseException

/**
 *
 * @author mle
 */
class UnauthorizedHttpException(cause: HttpResponseException)
  extends ExplainedHttpException(None, cause) {
  override val reason = "Unauthorized. Check your credentials."
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy