hep.aida
Class OutOfStorageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.aida.OutOfStorageException

public class OutOfStorageException
extends RuntimeException

Exception thrown if an ITuple or ICloud runs out of memory.

Version:
$Id: OutOfStorageException.html,v 1.1 2002/10/08 00:51:18 tonyj Exp $
Author:
Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, Mark Donszelmann, Guy Barrand
See Also:
Serialized Form
Source Code:
OutOfStorageException.java

Constructor Summary
OutOfStorageException()
           
OutOfStorageException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfStorageException

public OutOfStorageException(String msg)

OutOfStorageException

public OutOfStorageException()


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.