jaguar.jcm.JConnectionNotFoundException class

Description

package com.sybase.jaguar.jcm;
public class JConnectionNotFoundException 
   extends JException;

Exception thrown by JCMCache.getConnection(int) to indicate that no connections are available in the cache. You must specify JCM_NOWAIT in order for the exception to be thrown.

Constructors

Same as JException.

Methods

Same as JException.

See also

jaguar.util.JException class, java.sql.SQLException class