Oracle Java Wireless Client

com.oracle.deviceaccess.mmio
Class AccessOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.oracle.deviceaccess.mmio.AccessOutOfBoundsException

public class AccessOutOfBoundsException
extends java.lang.RuntimeException

Thrown by an instance of RawBlock if the offset used is out of valid boundary of the specified memory block.


Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessOutOfBoundsException

public AccessOutOfBoundsException()
Constructs a new AccessOutOfBoundsException with null as its detailed reason message.


AccessOutOfBoundsException

public AccessOutOfBoundsException(java.lang.String message)
Constructs a new AccessOutOfBoundsException with the specified detail message. The error message string message can later be retrieved by the Throwable.getMessage() method.

Parameters:
message - the detailed reason of the exception

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.