core.exception
package defines the exception types that the ActiveMatrix Administrator APIs can throw.See: Description
Class | Description |
---|---|
AdminFaultDetail |
Details associated with a ResultMessage.
|
Exception | Description |
---|---|
AdminException |
AdminException is meant to provide a well-defined SOAP fault schema for UI development.
|
DuplicateEntityException |
Common error that user is trying to add an entity with the same name as an existing one for a type that requires unique names.
|
EntityNotFoundException |
Common exception that the specified entity (based on id) does not currently exist in the Admin model.
|
IllegalNullArgumentException |
Common exception that a null value was specified for an argument that does not support nulls.
|
NoPermissionException |
core.exception
package defines the exception types that the ActiveMatrix Administrator APIs can throw. Exceptions are converted into SOAP faults with details that include the same data structure and elements as these exception types declare.