Searched refs:ResourceAllocationException (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DResourceAllocationException.java44 * A <code>ResourceAllocationException</code> can be thrown by an
57 public class ResourceAllocationException class in inherits:javax.resource.ResourceException
63 public ResourceAllocationException() { super(); } method in class:ResourceAllocationException
70 public ResourceAllocationException(String message) { method in class:ResourceAllocationException
79 public ResourceAllocationException(Throwable cause) { method in class:ResourceAllocationException
90 public ResourceAllocationException(String message, Throwable cause) { method in class:ResourceAllocationException
101 public ResourceAllocationException(String message, String errorCode) { method in class:ResourceAllocationException
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DDSManagedConnectionFactory.java50 import javax.resource.spi.ResourceAllocationException;
94 * @throws ResourceAllocationException if there is an error in allocating the
129 ResourceAllocationException rae = new ResourceAllocationException(msg);
H A DCPManagedConnectionFactory.java51 import javax.resource.spi.ResourceAllocationException;
113 * @throws ResourceAllocationException if there is an error in allocating the
147 ResourceAllocationException rae = new ResourceAllocationException(
H A DXAManagedConnectionFactory.java51 import javax.resource.spi.ResourceAllocationException;
95 * @throws ResourceAllocationException if there is an error in allocating the
130 throw new ResourceAllocationException(msg, sqle);
H A DDMManagedConnectionFactory.java165 throw new javax.resource.spi.ResourceAllocationException("The connection could not be allocated: " +
H A DManagedConnectionFactory.java60 import javax.resource.spi.ResourceAllocationException;
649 ResourceAllocationException rae = new ResourceAllocationException(
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DConnectionManagerImpl.java307 ResourceAllocationException rae = new ResourceAllocationException(i18nMsg);
316 throws PoolingException, ResourceAllocationException, IllegalStateException, RetryableUnavailableException {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/
H A DConnectorXAResource.java242 throw new ResourceAllocationException("Cannot use more than one local-tx resource in unshareable scope");

Completed in 31 milliseconds