webfunds.store
Class StoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.store.StoreException

public class StoreException
extends java.lang.Exception

This exception is thrown when a store detects a problem.

See Also:
Serialized Form

Constructor Summary
StoreException(java.lang.String msg)
          Construct StoreException with informational message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 msg)
Construct StoreException with informational message.