public class WebserviceException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
BIRT_COULD_NOT_SAVE
Error code indicating an error occurred saving the BIRT report.
|
static int |
BIRT_COULD_NOT_SAVE_BIRT_FILE
Error code indicating an error occurred saving the BIRT report.
|
static int |
BIRT_OBJECT_NO_DATA
Error code indicating the report passed was empty, in a call to load a BIRT report.
|
static int |
BIRT_OBJECT_NULL
Error code indicating the report passed was null, in a call to load a BIRT report.
|
static int |
BIRT_SOURCE_MISSING
Error code indicating the data source was not specified or could not be found, in a call to load a BIRT report.
|
static int |
BROADCAST_FAILED
Error code indicating that no a report broadcast failed
|
static int |
CANNOT_CONNECT
Error code indicating the client cannot connect to the web service.
|
static int |
CANNOT_DELETE_SCHEDULE_TYPE
Error code indicating that the schedule which has been submitted for deletion is not able to be deleted.
|
static int |
CLIENT_EXISTS
Error code indicating a client already exists with the client reference id, in a call to create a new client.
|
static int |
CLIENT_ORGS_DISABLED
Error code indicating that a client org call was made, but client orgs functionality is disabled.
|
static int |
COLUMN_ALREADY_EXISTS
Error code indicating that the column already exists in the specified view.
|
static int |
COULD_NOT_AUTHENTICATE_USER
Error code indicating the specified user could not be authenticated.
|
static int |
COULD_NOT_CREATE_PERSON
Error code indicating an error occurred creating a user.
|
static int |
COULD_NOT_DELETE_PERSON
Error code indicating an error occurred deleting a user.
|
static int |
COULD_NOT_FIND_COLUMN
Error code indicating that the column does not exist in the specified table.
|
static int |
COULD_NOT_FIND_CONTENT
Error code indicating that the specified content couldnt be found
|
static int |
COULD_NOT_FIND_GROUP
Error code indicating the specified group could not be found.
|
static int |
COULD_NOT_FIND_PERSON
Error code indicating the specified user could not be found.
|
static int |
COULD_NOT_FIND_REPORT
Error code indicating the report could not be found.
|
static int |
COULD_NOT_FIND_SOURCE
Error code indicating that the specified source cannot be found
|
static int |
COULD_NOT_FIND_TABLE
Error code indicating that the specified table does not exist in the view's data source.
|
static int |
COULD_NOT_FIND_VIEW
Error code indicating that the specified view cannot be found
|
static int |
COULD_NOT_LOAD_CLIENT_SOURCE
Error code indicating that datasource is loaded but the
linked client source(s) can't be loaded.
|
static int |
COULD_NOT_LOAD_FAVOURITES
Error code to indicate that the a persons favourites (and inbox contents) could not be loaded.
|
static int |
COULD_NOT_LOAD_REPORT_ACCESS
Error code indicating an error occurred loading report access.
|
static int |
COULD_NOT_LOAD_REPORT_LIST
Error code indicating an error occurred loading reports for a user.
|
static int |
COULD_NOT_LOAD_SOURCE
Error code indicating that a datasource is found
but can't be loaded.
|
static int |
COULD_NOT_MOBILE_ONBOARD
Error code indicating that the user could not be onboarded to use the mobile app
|
static int |
COULD_NOT_RELOAD_LICENCE
Error code indicating an error occurred reloading the licence.
|
static int |
COULD_NOT_SAVE_DATASOURCE
Error code indicating that saving datasource has been failed.
|
static int |
COULD_NOT_UPDATE_ACLL
Error code indicating that saving datasource has been failed.
|
static int |
COULD_NOT_UPDATE_PASSWORD
Error code indicating an error occurred updating a user's password.
|
static int |
DASHBOARD_TAB_NOT_FOUND
Error code indicating that a client org call was made, but client orgs functionality is disabled.
|
static int |
EMAIL_ADDRESS_IN_USE
Error code indicating that a required parameter was not passed
|
static int |
EMPTY_RECIPIENT_LIST
Error code indicating that no recipients were provided for distribution.
|
static int |
FILTERVALUES_FAILED
Error code indicating that filter values could not be retrieved.
|
static int |
GROUP_EXISTS
Error code indicating a group already exists with the group name, in a call to create a new group.
|
static int |
GROUPID_REQUIRED
Error code indicating that a groupis is required
|
static int |
IMPORT_FILE_NOT_FOUND
Error code indicating that the import file was not passed to the webservice
|
static int |
IMPORT_FILETYPE_INCOMPATIBLE
Error code indicating that the import file type parameter passed is
invalid or incompatible with the current server version.
|
static int |
IMPORT_IS_EMPTY
Error code indicating that the import file doesn't contain any importable items
|
static int |
IMPORT_VERSION_INCOMPATIBLE
Error code indicating that the import file is incompatible with the server
|
static int |
INVALID_CLIENT_REFERENCE
Error code indicating an invalid client reference id was specified.
|
static int |
LICENCE_BREACH
Error code indicating the licence is breached, or that the requested action would breach the licence.
|
static int |
LINK_CLIENT_PRIMARY_DATASOURCE
Error code indicating that a linking client datasource to
primary datasource has been failed.
|
static int |
LOGIN_ALREADY_IN_USE
Error code indicating a user already exists with the userid, in a call to create a new user.
|
static int |
LOGIN_MAXIMUM_ATTEMPTS
Error code indicating a user has already attempted to login the maximum times unsuccessfully
|
static int |
NO_ERROR
Error code indicating success.
|
static int |
NO_WEBSERVICE_ACCESS
Error code indicating the user does not have access to web services.
|
static int |
PARAMETER_NOT_PASSED
Error code indicating that a required parameter was not passed
|
static int |
PASSWORD_NOT_SET
Error code indicating that a password parameter is not set
|
static int |
PASSWORD_REQUIREMENTS_NOT_MET
Error code indicating that password requirements were not met.
|
static int |
PERSON_REQUIRED
Error code indicating the person input parameter was not specified.
|
static int |
QUERY_WEBSERVICE_NOT_ENABLED
Error code indicating that the query webservice is not enabled
|
static int |
REPORT_IS_DRAFT
Error code indicating the requested report is in draft mode.
|
static int |
REPORT_USER_NO_REPORT_ACCESS
Error code indicating that the report user specified has no access to the requested report
|
static int |
RESPONSE_IS_TOO_LARGE
Error code to indicate that report or other webservice response has breached a set threshold.
|
static int |
ROLE_NOT_FOUND
Error code to indicate that the role assigned to a user during create or alter is invalid.
|
static int |
SCHEDULE_NULL
Error code indicating that a schedule record passed was null.
|
static int |
SOURCE_NOT_FOUND
Error code indicating the data source was not specified or could not be found.
|
static int |
TASK_DEFINITION_MISSING
Error code indicating that the request does not have a task attached.
|
static int |
UNABLE_TO_EXPORT
Error code indicating that error occured during export
|
static int |
UNKNOWN_ERROR
Error code indicating an unknown error occurred.
|
static int |
UNKNOWN_STATUS_CODE
Error code indicating that a passed status code was invalid
|
static int |
UNKNOWN_WEBSERVICE_FUNCTION
Error code indicating an unknown web service function was requested.
|
static int |
UNSECURE_LOGON_NOT_ENABLED
Error code to indicate that unsecure logon has not been enabled at the database level
|
static int |
USER_ALREADY_EXISTS
Error code indicating that the passed in record is duplicated
|
static int |
USER_IS_INACTIVE
Error code indicating the specified user is inactive
|
static int |
USER_NOT_AUTHENTICATED
Error code indicating the user could not be authenticated.
|
static int |
VALIDATE_EMPTY_AUTH_TYPE |
static int |
VALIDATE_EMPTY_CONN_METHOD |
static int |
VALIDATE_EMPTY_DB_TYPE |
static int |
VALIDATE_EMPTY_SOURCE_NAME
Validation errors
|
static int |
VALIDATE_EMPTY_SOURCE_REGION |
static int |
VALIDATE_EMPTY_SOURCE_TIMEZONE |
static int |
VALIDATE_INVALID_ACLL_ACTION |
static int |
VALIDATE_INVALID_ACLL_ENTITY |
static int |
VALIDATE_INVALID_CONN_TIMEOUT |
static int |
VALIDATE_INVALID_CONTENT_ID |
static int |
VALIDATE_INVALID_EMAIL_ADDRESS
Error code indicating that the email address is invalid
|
static int |
VALIDATE_INVALID_LICENCE_FILE
Error code indicating that the uploaded licence is invalid
|
static int |
VALIDATE_INVALID_MAX_CONN |
static int |
VALIDATE_INVALID_MIN_CONN |
static int |
VALIDATE_INVALID_REFRESH_TIME |
static int |
VALIDATE_INVALID_SCHEDULE
Error code indicating that the schedule frequency passed was invalid.
|
static int |
VALIDATE_INVALID_SCHEDULE_FREQ
Error code indicating that the schedule frequency sub-type code passed in was invalid.
|
static int |
VALIDATE_INVALID_SCHEDULE_FREQ_TYPE
Error code indicating that the schedule frequency type code passed in was invalid.
|
static int |
VALIDATE_INVALID_SCHEDULE_FREQ_UNIT
Error code indicating that the schedule frequency unit passed in was invalid.
|
static int |
VALIDATE_INVALID_SCHEDULE_TIME
Error code indicating that the schedule local run time passed in was invalid.
|
static int |
VALIDATE_INVALID_SCHEDULE_TIMEZONE
Error code indicating that the schedule time zone passed in was invalid.
|
static int |
VIEW_FIELD_MISSING
Error code indicating that the request does not have a view field attached.
|
static int |
VIEW_NOT_EDITABLE
Error code indicating that the specified view is not able to be edited.
|
| Constructor and Description |
|---|
WebserviceException()
Constructor.
|
WebserviceException(int errorCode)
Constructor.
|
WebserviceException(java.lang.String message,
int errorCode)
Constructor.
|
WebserviceException(java.lang.String message,
java.lang.Throwable cause,
int errorCode)
Constructor.
|
WebserviceException(java.lang.Throwable cause,
int errorCode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns the error code.
|
java.lang.String |
getErrorString()
Returns the name of the error as a String
|
static java.lang.String |
getErrorString(int errorCode)
Returns the name of an error as a String
|
public static final int UNKNOWN_ERROR
public static final int CANNOT_CONNECT
public static final int NO_ERROR
public static final int USER_NOT_AUTHENTICATED
public static final int NO_WEBSERVICE_ACCESS
public static final int PERSON_REQUIRED
public static final int COULD_NOT_CREATE_PERSON
public static final int COULD_NOT_RELOAD_LICENCE
public static final int LOGIN_ALREADY_IN_USE
public static final int COULD_NOT_DELETE_PERSON
public static final int COULD_NOT_FIND_PERSON
public static final int LICENCE_BREACH
public static final int COULD_NOT_LOAD_REPORT_ACCESS
public static final int COULD_NOT_LOAD_REPORT_LIST
public static final int COULD_NOT_FIND_GROUP
public static final int GROUP_EXISTS
public static final int BIRT_OBJECT_NULL
public static final int BIRT_OBJECT_NO_DATA
public static final int BIRT_SOURCE_MISSING
public static final int BIRT_COULD_NOT_SAVE
public static final int BIRT_COULD_NOT_SAVE_BIRT_FILE
public static final int COULD_NOT_UPDATE_PASSWORD
public static final int UNKNOWN_WEBSERVICE_FUNCTION
public static final int INVALID_CLIENT_REFERENCE
public static final int CLIENT_EXISTS
public static final int COULD_NOT_FIND_REPORT
public static final int REPORT_IS_DRAFT
public static final int COULD_NOT_AUTHENTICATE_USER
public static final int UNSECURE_LOGON_NOT_ENABLED
public static final int ROLE_NOT_FOUND
public static final int COULD_NOT_LOAD_FAVOURITES
public static final int RESPONSE_IS_TOO_LARGE
public static final int SOURCE_NOT_FOUND
public static final int EMPTY_RECIPIENT_LIST
public static final int BROADCAST_FAILED
public static final int FILTERVALUES_FAILED
public static final int CLIENT_ORGS_DISABLED
public static final int DASHBOARD_TAB_NOT_FOUND
public static final int SCHEDULE_NULL
public static final int UNKNOWN_STATUS_CODE
public static final int PASSWORD_REQUIREMENTS_NOT_MET
public static final int LOGIN_MAXIMUM_ATTEMPTS
public static final int UNABLE_TO_EXPORT
public static final int IMPORT_FILE_NOT_FOUND
public static final int IMPORT_VERSION_INCOMPATIBLE
public static final int IMPORT_IS_EMPTY
public static final int COULD_NOT_FIND_VIEW
public static final int COULD_NOT_FIND_SOURCE
public static final int COULD_NOT_FIND_CONTENT
public static final int PARAMETER_NOT_PASSED
public static final int EMAIL_ADDRESS_IN_USE
public static final int QUERY_WEBSERVICE_NOT_ENABLED
public static final int PASSWORD_NOT_SET
public static final int USER_IS_INACTIVE
public static final int LINK_CLIENT_PRIMARY_DATASOURCE
public static final int COULD_NOT_LOAD_SOURCE
public static final int COULD_NOT_LOAD_CLIENT_SOURCE
public static final int COULD_NOT_SAVE_DATASOURCE
public static final int COULD_NOT_UPDATE_ACLL
public static final int GROUPID_REQUIRED
public static final int IMPORT_FILETYPE_INCOMPATIBLE
public static final int TASK_DEFINITION_MISSING
public static final int VIEW_FIELD_MISSING
public static final int VIEW_NOT_EDITABLE
public static final int COLUMN_ALREADY_EXISTS
public static final int COULD_NOT_FIND_COLUMN
public static final int COULD_NOT_FIND_TABLE
public static final int COULD_NOT_MOBILE_ONBOARD
public static final int REPORT_USER_NO_REPORT_ACCESS
public static final int USER_ALREADY_EXISTS
public static final int VALIDATE_EMPTY_SOURCE_NAME
public static final int VALIDATE_EMPTY_SOURCE_REGION
public static final int VALIDATE_EMPTY_SOURCE_TIMEZONE
public static final int VALIDATE_EMPTY_CONN_METHOD
public static final int VALIDATE_EMPTY_AUTH_TYPE
public static final int VALIDATE_EMPTY_DB_TYPE
public static final int VALIDATE_INVALID_MIN_CONN
public static final int VALIDATE_INVALID_MAX_CONN
public static final int VALIDATE_INVALID_REFRESH_TIME
public static final int VALIDATE_INVALID_CONN_TIMEOUT
public static final int VALIDATE_INVALID_ACLL_ENTITY
public static final int VALIDATE_INVALID_CONTENT_ID
public static final int VALIDATE_INVALID_ACLL_ACTION
public static final int VALIDATE_INVALID_SCHEDULE
public static final int VALIDATE_INVALID_SCHEDULE_TIMEZONE
public static final int VALIDATE_INVALID_SCHEDULE_FREQ_TYPE
public static final int VALIDATE_INVALID_SCHEDULE_FREQ
public static final int VALIDATE_INVALID_SCHEDULE_FREQ_UNIT
public static final int VALIDATE_INVALID_SCHEDULE_TIME
public static final int CANNOT_DELETE_SCHEDULE_TYPE
public static final int VALIDATE_INVALID_LICENCE_FILE
public static final int VALIDATE_INVALID_EMAIL_ADDRESS
public WebserviceException()
UNKNOWN_ERROR.public WebserviceException(int errorCode)
public WebserviceException(java.lang.String message,
int errorCode)
public WebserviceException(java.lang.String message,
java.lang.Throwable cause,
int errorCode)
public WebserviceException(java.lang.Throwable cause,
int errorCode)