Uses of Class
com.caucho.bam.BamException

Packages that use BamException
com.caucho.bam   
com.caucho.bam.actor   
com.caucho.bam.query   
 

Uses of BamException in com.caucho.bam
 

Subclasses of BamException in com.caucho.bam
 class ConnectionTimeoutException
          HMPP wrapper
 class ErrorPacketException
          HMPP wrapper
 class FeatureNotImplementedException
          Actor exception when a feature does not exist because the service ActorHolder does not understand or implement the message or RPC query.
 class ForbiddenException
          HMPP wrapper
 class InternalServerException
          Bam exception when a service address does not exist
 class ItemNotFoundException
          HMPP wrapper
 class NotAuthorizedException
          HMPP wrapper
 class ProtocolException
          HMPP wrapper
 class QueueFullException
          HMPP wrapper
 class RemoteConnectionFailedException
          HMPP wrapper
 class RemoteListenerUnavailableException
          Exception when the remote server can by contacted by TCP but is not running the BAM/HMTP protocol.
 class ServiceUnavailableException
          Bam exception when a service address does not exist
 class TimeoutException
          HMPP wrapper
 

Uses of BamException in com.caucho.bam.actor
 

Subclasses of BamException in com.caucho.bam.actor
 class SkeletonInvocationException
          Exception caught by the skeleton invocation
 

Uses of BamException in com.caucho.bam.query
 

Methods in com.caucho.bam.query that throw BamException
 java.io.Serializable QueryFuture.get()
          Returns the query result or throws an ActorException.