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

io.buoyant.linkerd.ProtocolException.scala Maven / Gradle / Ivy

The newest version!
package io.buoyant.linkerd

import scala.util.control.NoStackTrace

/**
 * An exception indicating an error in protocol compliance
 *
 * @param reason a message describing the cause of the error
 */
abstract class ProtocolException(reason: String)
  extends Exception(reason)
  with NoStackTrace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy