Module io.helidon.common.buffers
Package io.helidon.common.buffers
Class DataReader.InsufficientDataAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.buffers.DataReader.InsufficientDataAvailableException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DataReader
Not enough data available to finish the requested operation.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InsufficientDataAvailableExceptionpublic InsufficientDataAvailableException()Create a new instance. This exception does not have any other constructors.
 
-