Version 1.7.4
[gae.git] / java / src / main / com / google / appengine / api / labs / servers / InvalidInstanceException.java
blobcef6672a89eaf5d82eca6a5b6c094b2f73872c43
1 package com.google.appengine.api.labs.servers;
3 /**
4 * Exception thrown when the given instance value is not valid.
6 */
7 public class InvalidInstanceException extends ServersException {
9 InvalidInstanceException(String detail) {
10 super(detail);