diff --git a/src/java/com/threerings/web/gwt/ServiceException.java b/src/java/com/threerings/web/gwt/ServiceException.java index dd266d2de..714f095ca 100644 --- a/src/java/com/threerings/web/gwt/ServiceException.java +++ b/src/java/com/threerings/web/gwt/ServiceException.java @@ -3,14 +3,11 @@ package com.threerings.web.gwt; -import com.google.gwt.user.client.rpc.IsSerializable; - /** * An exception thrown by a remote service when it wishes to communicate a * particular error message to a user. */ public class ServiceException extends Exception - implements IsSerializable { /** * Creates a service exception with the supplied translation message.