Protomatter Classes v1.1.6

com.protomatter.pool
Class PoolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.protomatter.pool.PoolException
All Implemented Interfaces:
java.io.Serializable

public class PoolException
extends java.lang.Exception

An exception related to Object Pools.

See Also:
Serialized Form

Constructor Summary
PoolException(java.lang.String message)
          Create a new PoolException with the given message.
 
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

PoolException

public PoolException(java.lang.String message)
Create a new PoolException with the given message.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6