Uses of Class
javax.resource.spi.UnavailableException

Packages that use UnavailableException
javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification. 
javax.resource.spi.endpoint This package contains system contracts for service endpoint interactions. 
 

Uses of UnavailableException in javax.resource.spi
 

Methods in javax.resource.spi that throw UnavailableException
 java.util.Timer BootstrapContext.createTimer()
          Creates a new java.util.Timer instance.
 

Uses of UnavailableException in javax.resource.spi.endpoint
 

Methods in javax.resource.spi.endpoint that throw UnavailableException
 MessageEndpoint MessageEndpointFactory.createEndpoint(javax.transaction.xa.XAResource xaResource)
          This is used to create a message endpoint.