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


Constructor Index

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

Constructors

 o ResourceException
 public ResourceException()
initializes the exception

 o 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
1