org.xshare.base.counter
Class ResultTupleAlreadyInstalledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.xshare.base.counter.CounterException
                          |
                          +--org.xshare.base.counter.ResultTupleAlreadyInstalledException
All Implemented Interfaces:
java.io.Serializable

public class ResultTupleAlreadyInstalledException
extends CounterException

Exception signaling that a key has been already used for a specific StaticCounter to specify a result key/value pair.

Version:
$Revision: 1.1 $
Author:
Oliver Fischer
See Also:
Serialized Form

Constructor Summary
ResultTupleAlreadyInstalledException(java.lang.String aString)
           
 
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

ResultTupleAlreadyInstalledException

public ResultTupleAlreadyInstalledException(java.lang.String aString)


jKiska Base 0.2.1 Release Esche [http://jkiska.sourceforge.net]