Package java.nio
Class BufferUnderflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.nio.BufferUnderflowException
- All Implemented Interfaces:
Serializable
public class BufferUnderflowException extends RuntimeException
A
BufferUnderflowException is thrown when elements are read
from a buffer but there are not enough remaining elements in the buffer.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BufferUnderflowException()Constructs aBufferUnderflowException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BufferUnderflowException
public BufferUnderflowException()Constructs aBufferUnderflowException.
-