simple.http.session
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simple.http.session.StoreException
All Implemented Interfaces:
java.io.Serializable

public class StoreException
extends java.lang.Exception

The StoreException is used to indicate that some operation failed when attempting to use a Store. Typically this will be thrown when the underlying storage mechanism fails for some reason.

Author:
Niall Gallagher
See Also:
Serialized Form

Constructor Summary
StoreException()
          This empty constructor is used if there is no explanation of the leasing exception required.
StoreException(java.lang.String desc)
          This constructor is used if there is a description of the event that caused the exception required.
 
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()
This empty constructor is used if there is no explanation of the leasing exception required.


StoreException

public StoreException(java.lang.String desc)
This constructor is used if there is a description of the event that caused the exception required.

Parameters:
desc - this is a description of the exception