atg.service.resourcepool
Class ResourcePoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.service.resourcepool.ResourcePoolException
All Implemented Interfaces:
java.io.Serializable

public class ResourcePoolException
extends java.lang.Exception

Errors with the Resource Pool

See Also:
ResourcePool, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ResourcePoolException()
           
ResourcePoolException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ResourcePoolException

public ResourcePoolException()

ResourcePoolException

public ResourcePoolException(java.lang.String s)