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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InsufficientDataAvailableException
public InsufficientDataAvailableException()Create a new instance. This exception does not have any other constructors.
-