Chapter 1 Java Classes and Interfaces


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

 


Copyright © 2000 Sybase, Inc. All rights reserved.