Package org.conscrypt
Class EndOfBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.conscrypt.EndOfBufferException
- All Implemented Interfaces:
Serializable
public class EndOfBufferException extends IOException
This exception indicates that data could not be read from the stream because the underlying input
stream reached its end.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EndOfBufferException() -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EndOfBufferException
public EndOfBufferException()
-