Class MissingEndOfStreamBlockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.activej.common.exception.MalformedDataException
io.activej.common.exception.TruncatedDataException
io.activej.csp.process.frames.MissingEndOfStreamBlockException
All Implemented Interfaces:
Serializable

public final class MissingEndOfStreamBlockException extends io.activej.common.exception.TruncatedDataException
Exception indicates a stream that either is empty or ends with a complete Data Block (with no trailing data), missing End-Of-Stream Block
See Also:
  • Constructor Details

    • MissingEndOfStreamBlockException

      public MissingEndOfStreamBlockException(Throwable cause)