org.activemath.webapp.tools.data.storage
Class GapDBAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.tools.data.storage.GapDBAccessException
All Implemented Interfaces:
Serializable

public class GapDBAccessException
extends Exception

GapDB Exception for violated Access this Exception will be thrown from a GapDB descendant illegaly tries to access a gap

See Also:
Serialized Form

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

GapDBAccessException

public GapDBAccessException()