Uses of Package
peer2me.exception

Packages that use peer2me.exception
peer2me.framework   
peer2me.group   
peer2me.message   
peer2me.service   
peer2me.session   
 

Classes in peer2me.exception used by peer2me.framework
FrameworkNotInitializedException
          This class represents an exception thrown when the framework has not been initalized before a search is done.
GroupNotFoundException
          This class represents an exception thrown when a group cannot be found when trying to get a node or a group.
NodeNotFoundException
          This class represents an exception thrown when a node cannot be found in a group.
 

Classes in peer2me.exception used by peer2me.group
NodeNotFoundException
          This class represents an exception thrown when a node cannot be found in a group.
 

Classes in peer2me.exception used by peer2me.message
FileNotFoundException
          This class represent an exception thrown if a file cannot be found when sending a file.
InvalidKeyException
          This class represents an exception thrown when a trying to extract information from a Message
UnknownKeyException
          This class represents an exception thrown when trying to extract information from a Message
 

Classes in peer2me.exception used by peer2me.service
HexConversionException
          This class represents an exception thrown when the conversion from ASCII to HEX goes wrong.
 

Classes in peer2me.exception used by peer2me.session
FrameworkNotInitializedException
          This class represents an exception thrown when the framework has not been initalized before a search is done.
GroupNotFoundException
          This class represents an exception thrown when a group cannot be found when trying to get a node or a group.
NodeNotFoundException
          This class represents an exception thrown when a node cannot be found in a group.