Exception | Description |
---|---|
AccountNotFoundException | |
AttributeException |
Thrown when an Exception occurs while using attributes.
|
ClientNotFoundException |
Thrown when trying to obtain a reference to a client by using it's client ID but no such client exists.
|
CreateGatewayException |
Thrown when trying to create a module if the module cannot be created.
|
CreateModuleException |
Thrown when trying to create a module if the module cannot be created.
|
CreateRoomException |
Thrown when trying to create a room if the room cannot be created.
|
DatasourceException | |
EvaluationFailedAttributeException |
Thrown when trying to set an attribute that should be evaluated.
|
GatewayAlreadyExistsException | |
GatewayNotFoundException |
Thrown when trying to obtain a reference to a module by using it's module ID but no such module exists.
|
ImmutableAttributeException |
Thrown when trying to set an attribute that has previously been set with the flag Attribute.FLAG_IMMUTABLE.
|
ModuleAlreadyExistsException |
Thrown when trying to set create a module with an ID that already exists.
|
ModuleNotFoundException |
Thrown when trying to obtain a reference to a module by using it's module ID but no such module exists.
|
RoomAlreadyExistsException |
Thrown when trying to create room but a room with the ID already exists on the server.
|
RoomNotFoundException |
Thrown when trying to obtain a reference to a room by using it's room ID but no such room exists.
|
ServerOnlyAttributeException |
Thrown when a client, through UPC, triest to set an attribute that has previously been set with the
flag Attribute.FLAG_SERVER_ONLY.
|
UnionException |
The superclass for all custom exceptions thrown by the server.
|
UnionSecurityException |