com.sleepycat.collections
Class KeyRangeException

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

 class KeyRangeException
extends IllegalArgumentException

An exception thrown when a key is out of range.

Author:
Mark Hayes

Constructor Summary
KeyRangeException(String msg)
          Creates a key range exception.
 
Method Summary
 
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-2005 Sleepycat, Inc. All Rights Reserved.