Package com.google.datastore.v1.client
Class DatastoreEmulatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.datastore.v1.client.DatastoreEmulatorException
-
- All Implemented Interfaces:
Serializable
public class DatastoreEmulatorException extends Exception
An exception related to theDatastoreEmulator
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatastoreEmulatorException(String message)
DatastoreEmulatorException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-