JanosVM v1.0 API

edu.utah.janosvm.sys
Class ReservationOverflowError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--edu.utah.janosvm.sys.ReservationOverflowError
All Implemented Interfaces:
java.io.Serializable

public class ReservationOverflowError
extends java.lang.Error

Error thrown when a thread has too many team reservations.

Author:
Tim Stack, Utah Janos Team
See Also:
Serialized Form

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

Constructor Detail

ReservationOverflowError

public ReservationOverflowError()

ReservationOverflowError

public ReservationOverflowError(java.lang.String s)

JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003