ch.jodersky.flow.stream.StreamWatcherException.scala Maven / Gradle / Ivy
package ch.jodersky.flow
package stream
class StreamWatcherException(message: String, cause: Throwable = null) extends RuntimeException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy