Package akka.http.impl.util
Class One2OneBidiFlow.OutputTruncationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.impl.util.One2OneBidiFlow.OutputTruncationException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- One2OneBidiFlow
public static class One2OneBidiFlow.OutputTruncationException extends java.lang.RuntimeException implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputTruncationException(int missingOutputElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
missingOutputElements()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-