Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.model.ArrayTooBigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.model.ArrayTooBigException

public class ArrayTooBigException
extends java.lang.Exception
This exception is thrown when the array needing to be stored exceeds the memoryCapacity of the ArrayCache, which by default is 2/3 of freeMemory() in the beginning of execution. This exception is expected to be caught by the DataND related classes.

See Also:
Serialized Form

Constructor Summary
ArrayTooBigException()
           
ArrayTooBigException(java.lang.String string)
           
 
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, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ArrayTooBigException

public ArrayTooBigException()

ArrayTooBigException

public ArrayTooBigException(java.lang.String string)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD