1package org.tm.archive.net; 2 3import java.io.IOException; 4 5/** 6 * An exception that can be thrown when the local user is no longer registered. 7 */ 8public final class NotPushRegisteredException extends IOException { 9}