uk.ac.soton.ecs.grimoires.server.impl
Class StoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.server.impl.StoreException
All Implemented Interfaces:
Serializable

public class StoreException
extends Exception

A exception denoting an inconsistency of the datamodel in the store.

See Also:
Serialized Form

Constructor Summary
StoreException(String reason)
           
 
Method Summary
 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

StoreException

public StoreException(String reason)
Method Detail

toString

public String toString()