package akka.serial package stream class StreamWatcherException(message: String, cause: Throwable = null) extends RuntimeException(message, cause)