org.xshare.base.counter
Class CounterException

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

public class CounterException
extends java.lang.RuntimeException

Root exception for all exceptions related to the counters.

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

Constructor Summary
CounterException()
           
CounterException(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

CounterException

public CounterException(java.lang.String aString)

CounterException

public CounterException()


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