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

com.twitter.finatra.http.exceptions.HttpNackException.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra.http.exceptions

import scala.util.control.NoStackTrace

class HttpNackException(val retryable: Boolean) extends Exception with NoStackTrace {

  override def getMessage: String = s"HttpNackException(retryable = $retryable)"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy