|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
simple.http.session.StoreException
public class StoreException
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.
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 |
---|
public StoreException()
public StoreException(java.lang.String desc)
desc
- this is a description of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |