|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.appengine.api.memcache.MemcacheServiceException
public class MemcacheServiceException
An exception for backend non-availability or similar error states which
may occur, but are not necessarily indicative of a coding or usage error
by the application. These will be given to the ErrorHandler
to
resolve.
Constructor Summary | |
---|---|
MemcacheServiceException(java.lang.String message)
|
|
MemcacheServiceException(java.lang.String message,
java.lang.Throwable ex)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MemcacheServiceException(java.lang.String message, java.lang.Throwable ex)
public MemcacheServiceException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |