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
-
UnknownTypeIDException()
- initializes the exception
-
UnknownTypeIDException(String)
- initializes the exception with the given message
UnknownTypeIDException
public UnknownTypeIDException()
- initializes the exception
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