All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.UnknownTypeIDException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----magician.Node.UnknownTypeIDException

public class UnknownTypeIDException
extends Exception
Throws an exception if the typeid recovered from the ANEP packet is unknown at this node


Constructor Index

 o UnknownTypeIDException()
initializes the exception
 o UnknownTypeIDException(String)
initializes the exception with the given message

Constructors

 o UnknownTypeIDException
 public UnknownTypeIDException()
initializes the exception

 o UnknownTypeIDException
 public UnknownTypeIDException(String s)
initializes the exception with the given message

Parameters:
s - the message to be printed

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1