Public Member Functions

cern.laser.client.LaserException Class Reference

Inheritance diagram for cern.laser.client.LaserException:
cern.laser.client.LaserConnectionException cern.laser.client.LaserTimeOutException cern.laser.client.services.selection.LaserSelectionException cern.laser.console.LaserConsoleException cern.laser.client.services.selection.LaserHeartbeatException cern.laser.client.services.selection.LaserSearchException cern.laser.console.LaserConfigurationDuplicationException cern.laser.console.LaserConfigurationNotFoundException cern.laser.console.LaserUserDuplicationException cern.laser.console.LaserUserNotFoundException

List of all members.

Public Member Functions

 LaserException ()
 LaserException (String message)
 LaserException (String message, Throwable cause)
Throwable getRootCause ()

Detailed Description

Laser client exception.


Constructor & Destructor Documentation

cern.laser.client.LaserException.LaserException (  ) 

Default constructor.

cern.laser.client.LaserException.LaserException ( String  message  ) 

Constructor. Build a new LaserException and set the message.

Parameters:
message the message
cern.laser.client.LaserException.LaserException ( String  message,
Throwable  cause 
)

Constructor. Build a new LaserException and set the message and the root exception.

Parameters:
message the message
cause the root exception

Member Function Documentation

Throwable cern.laser.client.LaserException.getRootCause (  ) 

Return the root exception.

Returns:
the root exception, null if none

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