public final class BufferBoundsException
extends java.lang.Exception
Constructor and Description |
---|
BufferBoundsException(byte[] buffer,
int index,
int bytesRequested) |
BufferBoundsException(java.lang.String message) |
BufferBoundsException(java.lang.String message,
java.io.IOException innerException) |
public BufferBoundsException(byte[] buffer, int index, int bytesRequested)
public BufferBoundsException(java.lang.String message)
public BufferBoundsException(java.lang.String message, java.io.IOException innerException)
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.