org.xshare.base
Class IllegaljKiskaStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException
                          |
                          +--org.xshare.base.IllegaljKiskaStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegaljKiskaStateException
extends java.lang.IllegalStateException

Custom runtime exception which is only used to signal that a illegal state was reached within a class of the jKiska packages.

Since:
0.20
Version:
$Revision: 1.2 $
Author:
Oliver Fischer
See Also:
Serialized Form

Constructor Summary
IllegaljKiskaStateException(java.lang.String s)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegaljKiskaStateException

public IllegaljKiskaStateException(java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


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