Package io.activej.csp.process.frames
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingEndOfStreamBlockException
-