public final class BufferBoundsException extends Exception
Constructor and Description |
---|
BufferBoundsException(byte[] buffer,
int index,
int bytesRequested) |
BufferBoundsException(String message) |
BufferBoundsException(String message,
IOException innerException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferBoundsException(byte[] buffer, int index, int bytesRequested)
public BufferBoundsException(String message)
public BufferBoundsException(String message, IOException innerException)
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.