public PoolException()

in src/java/org/apache/fulcrum/pool/PoolException.java [41:44]


	public PoolException(Exception ex) 
	{
		super(ex);
	}