jdsl.core.api
Class InvalidKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.core.api.InvalidKeyException
All Implemented Interfaces:
Serializable

public class InvalidKeyException
extends CoreException

Used when a key passed to a key-based container is not supported by the implementation's lookup mechanism.

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Mark Handy
See Also:
KeyBasedContainer

Constructor Summary
InvalidKeyException(String message)
           
InvalidKeyException(String message, Throwable cause)
           
InvalidKeyException(Throwable cause)
           
 
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

InvalidKeyException

public InvalidKeyException(String message)

InvalidKeyException

public InvalidKeyException(String message,
                           Throwable cause)

InvalidKeyException

public InvalidKeyException(Throwable cause)