|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmwException | |
---|---|
cern.cmw | Provides common classes that are used by different CMW packages. |
cern.cmw.rda.client | Provides classes and interfaces which client applications need in order to communicate with accelerator devices. |
cern.cmw.rda.client.group | |
cern.cmw.rda.examples |
Uses of CmwException in cern.cmw |
---|
Subclasses of CmwException in cern.cmw | |
---|---|
class |
AccessDenied
Indicates a specific RBAC-related exception thrown when a user with specified credentials is not authorized to perform a given access. |
class |
BadParameter
Indicates that an illegal or inappropriate argument has been passed to a method. |
class |
BadToken
Indicates a specific RBAC-related exception thrown when an RBAC token is malformed or it's signature could not be successfully verified |
class |
InternalException
Thrown to indicate an internal error in the controls middleware. |
class |
IOError
Indicates an error in the low level I/O software/firmware/hardware used in the device servers. |
class |
LostUpdates
Exception used to inform subscribed clients about the number of lost updates. |
class |
NoConnection
Thrown to indicate that a remote device could not be contacted (for example, because the device server is down). |
class |
NoPermission
Indicates access denial to some of the properties issued from Role Based Access Control. |
class |
TimeOut
This exception is thrown when an operation on a device does not terminate within the specified time limit. |
class |
TokenExpired
Indicates a specific RBAC-related exception thrown when an RBAC token has expired. |
class |
TypeMismatch
Thrown by "extract" methods of the Data and DataEntry class to indicate that the actual type of the contained data does not correspond to the expected type. |
Uses of CmwException in cern.cmw.rda.client |
---|
Methods in cern.cmw.rda.client with parameters of type CmwException | |
---|---|
void |
ReplyAdapter.handleError(Request request,
CmwException exception)
This method is called by default implementations of the handleException methods. |
protected void |
Subscription.rejected(CmwException why)
Invoked when the subscription request is rejected. |
Uses of CmwException in cern.cmw.rda.client.group |
---|
Methods in cern.cmw.rda.client.group that return CmwException | |
---|---|
CmwException[] |
DeviceGroup.getDeviceExceptions()
Returns exceptions thrown when creating deviceHandle's for this group. |
Methods in cern.cmw.rda.client.group with parameters of type CmwException | |
---|---|
void |
GroupUpdateHandler.rejected(String deviceName,
CmwException why)
Invoked when the subscription request is rejected. |
void |
GroupUpdateAdapter.rejected(String deviceName,
CmwException why)
|
Uses of CmwException in cern.cmw.rda.examples |
---|
Methods in cern.cmw.rda.examples with parameters of type CmwException | |
---|---|
void |
SimpleReplyHandler.handleError(Request request,
CmwException exception)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |