org.magnos.data.error
Class StoreNullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.NullPointerException
                  extended by org.magnos.data.error.StoreNullException
All Implemented Interfaces:
java.io.Serializable

public class StoreNullException
extends java.lang.NullPointerException

An exception was thrown when a null value was given as the store and data could not be read from or written to.

Author:
Philip Diffenderfer
See Also:
Serialized Form

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

StoreNullException

public StoreNullException()