|
|||||||||
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.search.InternalFailureException
public class InternalFailureException
Thrown to indicate that a search service failure occurred.
Constructor Summary | |
---|---|
InternalFailureException(java.lang.String detail)
Constructs an exception which indicates an internal error occurred in the search service. |
|
InternalFailureException(java.lang.String detail,
java.lang.Exception e)
Constructs an exception which indicates an internal error occurred in the search service. |
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 InternalFailureException(java.lang.String detail)
detail
- the error message detail to associate with the
internal errorpublic InternalFailureException(java.lang.String detail, java.lang.Exception e)
detail
- the error message detail to associate with the
internal errore
- the causing Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |