com.appenginefan.toolkit.persistence
Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appenginefan.toolkit.persistence.StoreException
- All Implemented Interfaces:
- Serializable
public class StoreException
- extends RuntimeException
Represents a problem that occurred while doing an
operation on the store.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StoreException
public StoreException()
StoreException
public StoreException(String message,
Throwable t)