ants
Class ResourceLimitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ants.ResourceLimitException

public class ResourceLimitException
extends java.lang.RuntimeException

A runtime exception thrown when a capsule has consumed all of its allocated resource quota.

See Also:
Serialized Form

Constructor Summary
ResourceLimitException()
           
 
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

ResourceLimitException

public ResourceLimitException()