Uses of Class
net.anidb.udp.AniDbException

Packages that use AniDbException
net.anidb.udp   
 

Uses of AniDbException in net.anidb.udp
 

Methods in net.anidb.udp that throw AniDbException
 void UdpNotificationFactory.acknowledgeNotification(NotificationListEntry listEntry)
          Acknowledges the notification for the given list entry.
 void UdpConnection.acknowledgeNotification(NotificationListEntry listEntry)
          Acknowledges the notification for the given list entry.
 void UdpNotificationFactory.acknowledgeNotification(java.lang.String type, long id)
          Acknowledges the notification for the given type and Id.
 void UdpConnection.acknowledgeNotification(java.lang.String type, long id)
          Acknowledges the notification for the given type and Id.
 void UdpConnection.authenticate(java.lang.String username, java.lang.String password)
          Authenticates the user and client to AniDB.
 void UdpConnection.authenticate(java.lang.String username, java.lang.String password, java.lang.String clientname, int clientversion)
          Authenticates the user and client to AniDB.
 void UdpConnection.close()
          Closes the connection.
 Anime UdpAnimeFactory.getAnime(long animeId)
          Returns the anime with the given Id.
 Anime UdpConnection.getAnime(long animeId)
          Returns the anime with the given Id.
 Anime UdpAnimeFactory.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpConnection.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpAnimeFactory.getAnime(java.lang.String animeName)
          Returns the anime with the given name.
 Anime UdpConnection.getAnime(java.lang.String animeName)
          Returns the anime with the given name.
 Anime UdpAnimeFactory.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.
 Anime UdpConnection.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.
 java.lang.String UdpAnimeDescriptionFactory.getAnimeDescription(long animeId)
          Returns the description for the anime with the given Id.
 java.lang.String UdpConnection.getAnimeDescription(long animeId)
          Returns the description for the anime with the given Id.
 Character UdpCharacterFactory.getCharacter(long characterId)
          Returns the character with the given character Id.
 Character UdpConnection.getCharacter(long characterId)
          Returns the character with the given character Id.
 Creator UdpCreatorFactory.getCreator(long creatorId)
          Returns the creator with the given creator Id.
 Creator UdpConnection.getCreator(long creatorId)
          Returns the creator with the given creator Id.
 Episode UdpEpisodeFactory.getEpisode(long episodeId)
          Returns the episode with the given Id.
 Episode UdpConnection.getEpisode(long episodeId)
          Returns the episode with the given Id.
 Episode UdpEpisodeFactory.getEpisode(long animeId, long episodeNumber)
          Returns the episode with the given anime Id and episode number.
 Episode UdpConnection.getEpisode(long animeId, long episodeNumber)
          Returns the episode with the given anime Id and episode number.
 Episode UdpEpisodeFactory.getEpisode(java.lang.String animeName, long episodeNumber)
          Returns the episode with the given anime name and episode number.
 Episode UdpConnection.getEpisode(java.lang.String animeName, long episodeNumber)
          Returns the episode with the given anime name and episode number.
 File UdpFileFactory.getFile(long fileId, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the file with the given Id.
 File UdpConnection.getFile(long fileId, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the file with the given Id.
 java.util.List<File> UdpFileFactory.getFiles(long animeId, long groupId, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime Id, group Id and episode number.
 java.util.List<File> UdpConnection.getFiles(long animeId, long groupId, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime Id, group Id and episode number.
 java.util.List<File> UdpFileFactory.getFiles(long size, java.lang.String ed2kHash, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given size and ed2k hash.
 java.util.List<File> UdpConnection.getFiles(long size, java.lang.String ed2kHash, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given size and ed2k hash.
 java.util.List<File> UdpFileFactory.getFiles(long animeId, java.lang.String groupName, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime Id, group name and episode number.
 java.util.List<File> UdpConnection.getFiles(long animeId, java.lang.String groupName, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime Id, group name and episode number.
 java.util.List<File> UdpFileFactory.getFiles(java.lang.String animeName, long groupId, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime name, group Id and episode number.
 java.util.List<File> UdpConnection.getFiles(java.lang.String animeName, long groupId, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime name, group Id and episode number.
 java.util.List<File> UdpFileFactory.getFiles(java.lang.String animeName, java.lang.String groupName, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime name, group name and episode number.
 java.util.List<File> UdpConnection.getFiles(java.lang.String animeName, java.lang.String groupName, long episodeNumber, FileMask fileMask, AnimeFileMask animeFileMask)
          Returns the files with the given anime name, group name and episode number.
 Group UdpGroupFactory.getGroup(long groupId)
          Returns the group with the given group Id.
 Group UdpConnection.getGroup(long groupId)
          Returns the group with the given group Id.
 Group UdpGroupFactory.getGroup(java.lang.String groupName)
          Returns the group with the given group name or short name.
 Group UdpConnection.getGroup(java.lang.String groupName)
          Returns the group with the given group name or short name.
 java.util.List<GroupStatus> UdpGroupStatusFactory.getGroupStatus(long animeId)
          Returns a list of the group status for the anime with the given anime Id.
 java.util.List<GroupStatus> UdpConnection.getGroupStatus(long animeId)
          Returns a list of the group status for the anime with the given anime Id.
 java.util.List<GroupStatus> UdpGroupStatusFactory.getGroupStatus(long animeId, GroupStatusState state)
          Returns a list of the group status for the anime with the given anime Id and the given state.
 java.util.List<GroupStatus> UdpConnection.getGroupStatus(long animeId, GroupStatusState state)
          Returns a list of the group status for the anime with the given anime Id and the given state.
 Notification UdpNotificationFactory.getNotification(NotificationListEntry listEntry)
          Returns the notification for the given list entry.
 Notification UdpConnection.getNotification(NotificationListEntry listEntry)
          Returns the notification for the given list entry.
 Notification UdpNotificationFactory.getNotification(java.lang.String type, long id)
          Returns the notification for the given type and Id.
 Notification UdpConnection.getNotification(java.lang.String type, long id)
          Returns the notification for the given type and Id.
 java.util.List<NotificationListEntry> UdpNotificationFactory.getNotifyList()
          Returns a list of entries of all pending (not acknowledged) new private message and new file notifications.
 java.util.List<NotificationListEntry> UdpConnection.getNotifyList()
          Returns a list of entries of all pending (not acknowledged) new private message and new file notifications.
 java.lang.String UdpConnection.getServerVersion()
          Returns the server version.
 long UdpConnection.getUptime()
          Returns the UDP server uptime in milliseconds.
 long UdpConnection.getUserId(java.lang.String userName)
          Returns the user Id for the user with the given user name.
 void UdpConnection.logout()
          Logs the client out.
 void UdpConnection.ping()
          Sends a ping to a server.
 void UdpConnection.sendMessage(java.lang.String userName, java.lang.String title, java.lang.String body)
          Sends a message to the user with the given user name.