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

akka.stream.StreamLimitReachedException.scala Maven / Gradle / Ivy

There is a newer version: 2.2.6.3
Show newest version
/**
 * Copyright (C) 2015-2017 Lightbend Inc. 
 */

package akka.stream

class StreamLimitReachedException(val n: Long) extends RuntimeException(s"limit of $n reached")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy