Public Member Functions | Static Public Attributes

cern.laser.client.services.selection.LaserSelectionException Class Reference

Inheritance diagram for cern.laser.client.services.selection.LaserSelectionException:
cern.laser.client.LaserException cern.laser.client.services.selection.LaserHeartbeatException cern.laser.client.services.selection.LaserSearchException

List of all members.

Public Member Functions

 LaserSelectionException (String code)
String getCode ()

Static Public Attributes

static final String CONNECTION_DROPPED = "CONNECTION_DROPPED"
static final String CONNECTION_REESTABILISHED = "CONNECTION_REESTABILISHED"

Detailed Description

The alarm selection exception. It is asynchronously triggered on communication loss/recovery.


Constructor & Destructor Documentation

cern.laser.client.services.selection.LaserSelectionException.LaserSelectionException ( String  code  ) 

Constructor.

Parameters:
code The exception code

Member Function Documentation

String cern.laser.client.services.selection.LaserSelectionException.getCode (  ) 

Accessor method.

Returns:
the exception code

Member Data Documentation

Connection dropped code.

Connection reestabilished code.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties