Class StreamDetachedException

All Implemented Interfaces:
Serializable, scala.util.control.NoStackTrace

public final class StreamDetachedException extends RuntimeException implements scala.util.control.NoStackTrace
This exception signals that materialized value is already detached from stream. This usually happens when stream is completed and an ActorSystem is shut down while materialized object is still available.
See Also:
  • Constructor Details

    • StreamDetachedException

      public StreamDetachedException(String message)
    • StreamDetachedException

      public StreamDetachedException()