All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaNOW.OutOfMemoryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javaNOW.OutOfMemoryException

public class OutOfMemoryException
extends Exception
implements Serializable
Use this thread when about to wait while running in single thread mode

See Also:
class, method

Constructor Index

 o OutOfMemoryException()
 o OutOfMemoryException(String)

Constructors

 o OutOfMemoryException
 public OutOfMemoryException()
 o OutOfMemoryException
 public OutOfMemoryException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index