hu.netmind.beankeeper
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hu.netmind.beankeeper.StoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConcurrentModificationException

public class StoreException
extends java.lang.RuntimeException

This is the root exception of the store. It will be thrown in the persistence library if a method did no succseed. It is a subclass of the RuntimeException, so it don't have to be declared in all methods' throws clause.

See Also:
Serialized Form

Constructor Summary
StoreException(java.lang.String message)
           
StoreException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

StoreException

public StoreException(java.lang.String message)

StoreException

public StoreException(java.lang.String message,
                      java.lang.Throwable cause)