Uses of Class
com.caucho.bam.ErrorPacketException

Packages that use ErrorPacketException
com.caucho.bam   
 

Uses of ErrorPacketException in com.caucho.bam
 

Subclasses of ErrorPacketException in com.caucho.bam
 class ConnectionTimeoutException
          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 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
 

Methods in com.caucho.bam that return ErrorPacketException
 ErrorPacketException BamError.createException()
           
 

Constructors in com.caucho.bam with parameters of type ErrorPacketException
ErrorPacketException(java.lang.String msg, ErrorPacketException e)
           
InternalServerException(java.lang.String msg, ErrorPacketException e)
           
QueueFullException(java.lang.String msg, ErrorPacketException e)
           
RemoteConnectionFailedException(java.lang.String msg, ErrorPacketException e)
           
RemoteListenerUnavailableException(java.lang.String msg, ErrorPacketException e)
           
ServiceUnavailableException(java.lang.String msg, ErrorPacketException e)