com.sleepycat.collections
Class KeyRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bycom.sleepycat.collections.KeyRangeException
All Implemented Interfaces:
Serializable

class KeyRangeException
extends IllegalArgumentException

An exception thrown when a key is out of range.

Author:
Mark Hayes

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
KeyRangeException(String msg)
          Creates a key range exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyRangeException

public KeyRangeException(String msg)
Creates a key range exception.



Copyright 2004 Sleepycat, Inc. All Rights Reserved.