All Packages Class Hierarchy This Package Previous Next Index
Class magician.Node.ResourceException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----magician.Node.ResourceException
- public class ResourceException
- extends Exception
Throws an exception if resources consumed by packet exceed gloabl bounds
-
ResourceException()
- initializes the exception
-
ResourceException(String)
- initializes the exception with the given message
ResourceException
public ResourceException()
- initializes the exception
ResourceException
public ResourceException(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