Public Member Functions

cern.laser.console.LaserConsoleException Class Reference

Inheritance diagram for cern.laser.console.LaserConsoleException:
cern.laser.client.LaserException cern.laser.console.LaserConfigurationDuplicationException cern.laser.console.LaserConfigurationNotFoundException cern.laser.console.LaserUserDuplicationException cern.laser.console.LaserUserNotFoundException

List of all members.

Public Member Functions

 LaserConsoleException ()
 LaserConsoleException (String message)
 LaserConsoleException (String message, Throwable rootCause)

Detailed Description

Laser console exception.


Constructor & Destructor Documentation

cern.laser.console.LaserConsoleException.LaserConsoleException (  ) 

Default constructor.

cern.laser.console.LaserConsoleException.LaserConsoleException ( String  message  ) 

Constructor. Build a new exception and set the message.

Parameters:
message the message
cern.laser.console.LaserConsoleException.LaserConsoleException ( String  message,
Throwable  rootCause 
)

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

Parameters:
message the message
rootCause the root exception

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