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

akka.serial.stream.StreamWatcherException.scala Maven / Gradle / Ivy

package akka.serial
package stream

class StreamWatcherException(message: String, cause: Throwable = null) extends RuntimeException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy