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 (C) 2004. Sybase Inc. All rights reserved.