com.tensegrity.generic.util
Class InvalidKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.util.InvalidKeyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidKeyException
extends StaticException

The InvalidKeyException is thrown whenever an object should be put into a pool but the given key is not valid.

Since this situation cannot be handled by a pool itself this exception must be solved by the code that uses the pool and therefore it must be catched.

Version:
$Id: InvalidKeyException.java,v 1.1 2004/05/11 14:16:52 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
InvalidKeyException(java.lang.String message)
          Constructor for InvalidKeyException with a description given by message that explains why the exception has been thrown.
 
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(java.lang.String message)
Constructor for InvalidKeyException with a description given by message that explains why the exception has been thrown.

Parameters:
message - description that explains the reason for the exception


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.