Package com.google.datastore.v1.client
Class DatastoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.datastore.v1.client.DatastoreException
-
- All Implemented Interfaces:
Serializable
public class DatastoreException extends Exception
Indicates an error in aDatastore
call.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatastoreException(String methodName, com.google.rpc.Code code, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.rpc.Code
getCode()
String
getMethodName()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-