public class AccessOutOfBoundsException
extends java.lang.RuntimeException
RawBlock if the offset used is out of valid boundary of the specified memory block.| Constructor and Description |
|---|
AccessOutOfBoundsException()
Constructs a new
AccessOutOfBoundsException with null as its detailed reason message. |
AccessOutOfBoundsException(java.lang.String message)
Constructs a new
AccessOutOfBoundsException with the specified detail message. |
public AccessOutOfBoundsException()
AccessOutOfBoundsException with null as its detailed reason message.public AccessOutOfBoundsException(java.lang.String message)
AccessOutOfBoundsException with the specified detail message. The error message string
message can later be retrieved by the Throwable.getMessage() method.message - the detailed reason of the exceptionCopyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.