File tree Expand file tree Collapse file tree
google-cloud-core/src/main/java/com/google/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,7 +397,9 @@ protected static String getAppEngineProjectId() {
397397 } catch (ClassNotFoundException exception ) {
398398 if (System .getProperty ("com.google.appengine.runtime.version" ) != null ) {
399399 // Could not resolve appengine classes under GAE environment.
400- throw new RuntimeException ("Unable to resolve appengine-sdk classes. "
400+ throw new RuntimeException ("Google App Engine runtime detected "
401+ + "(the environment variable \" com.google.appengine.runtime.version\" is set), "
402+ + "but unable to resolve appengine-sdk classes. "
401403 + "For more details see "
402404 + "https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/APPENGINE.md" );
403405 }
You can’t perform that action at this time.
0 commit comments