public PoolException()

in src/java/org/apache/fulcrum/pool/PoolException.java [36:39]


	public PoolException(String msg) 
	{
		super(msg);
	}