package org.tm.archive.net; import java.io.IOException; /** * An exception that can be thrown when the local user is no longer registered. */ public final class NotPushRegisteredException extends IOException { }