|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.Panagon.ContentEngineException
This exception is thrown when Content Services returns a status code.
Content Services propogates SPI codes defined as fields in this class.
Also defined are the various severity levels of the status codes, which
you can return with the getSeverity
method.
You can return the status code with the
BaseRuntimeException.getFaultCode()
method.
Field Summary | |
static int |
ERROR
Failure, integrity error severity level. |
static int |
FATAL
System corrupt error severity level. |
static int |
FnBOApi_Char_Conversion
Internal error; An error occured converting to/from UTF-16 and Multi-byte |
static int |
FnBOApi_Invalid_Property
An invalid property was specified |
static int |
FnBOApi_Invalid_Property_Value
An invalid property value was specified |
static int |
FnBOApi_InvalidFolder
The folder specified is not valid |
static int |
FnBOApi_InvalidFromClause
The from clause specified in the query string is invalid |
static int |
FnBOApi_InvalidInFolder
The folder id specified in the query string is invalid |
static int |
FnBOApi_InvalidOrderBy
The Order By clause specified in the query string is invalid |
static int |
FnBOApi_InvalidSearchXML
The specified search XML is invalid |
static int |
FnBOApi_InvalidSelect
The select clause specified in the query string is invalid |
static int |
FnBOApi_InvalidWhereClause
The where clause specified in the query string is invalid |
static int |
FnBOApi_MethodNotFound
Internal error; the requested method could not be found |
static int |
FnBOApi_MissingParameter
Internal error; a parameter was missing for the method that was called |
static int |
FnBOApi_OpenUploadFile_Exception
Unable to create file for upload |
static int |
FnBOApi_Pending_Pub_Req
The document can not be deleted because there is a pending publishing request |
static int |
FnBOApi_PropertyNotFound
The requested property does not exist for this object |
static int |
FnBOApi_ReadInputStream_Exception
Unable to read from input stream during upload file creation |
static int |
FnBOApi_Reserved_Cust_Prop
A reserved custom property was specified; try using the reserved name E.G. idmSearch instead of idmCustomXX |
static int |
FnBOApi_UnknownException
Internal error; An unknown error occured while executing a method. |
static int |
FnBOApi_WriteUploadFile_Exception
Unable to write to file for upload |
static int |
INFORMATIONAL
Informational error severity level. |
static int |
SPI_STS_ACCESS_DENIED
Unable to access or create the specified directory. |
static int |
SPI_STS_ALREADY_PENDING
A reclaim request is already pending on the version. |
static int |
SPI_STS_AUTO_DISPOSE
Automatic archival is successful. |
static int |
SPI_STS_BAD_ATTR_TYPE
You have specified an inappropriate property type for the function used. |
static int |
SPI_STS_BAD_CATEGORY
The storage category is not available. |
static int |
SPI_STS_BAD_DATETIME
An invalid datetime value has been detected. |
static int |
SPI_STS_BAD_DEFAULT_GROUP
The user logging in is no longer a member of the default group specified in the User object. |
static int |
SPI_STS_BAD_DISPOSITION
The archive repository is corrupt. |
static int |
SPI_STS_BAD_ITEM
The item is corrupt. |
static int |
SPI_STS_BAD_OAB_TYPE
Wrong OAB type for row function. |
static int |
SPI_STS_BAD_OBJ_TYPE
Inappropriate object type for function. |
static int |
SPI_STS_BAD_OPERATOR
The search operator is not valid for a property's data type. |
static int |
SPI_STS_BAD_PARAMETER
A bad parameter was passed to the function. |
static int |
SPI_STS_BAD_PROPERTY_LEN
The custom property length is invalid. |
static int |
SPI_STS_BAD_QUERY_LHND
The SPI_QUERY_LHND passed in was invalid. |
static int |
SPI_STS_BAD_SCTX
The session context is invalid. |
static int |
SPI_STS_BAD_SHELF
The storage repository is corrupt. |
static int |
SPI_STS_BAD_VERSION
The version is corrupt. |
static int |
SPI_STS_BRANCH_LIMIT
The limit to the number of secondary version lines has been reached. |
static int |
SPI_STS_BROKEN_RELATIONSHIP
Indicates a weak relationship between objects was broken (e.g., between Version objects in a compound document). |
static int |
SPI_STS_BUFFER_OVERFLOW
Internal buffer overflow has been detected. |
static int |
SPI_STS_CAT_INDEX_FULL
Because the maximum number of files have been indexed in the content search repository, pending indexing actions will be deleted; add new content search repository, reassign storage categories, and/or deindex some files. |
static int |
SPI_STS_CATALOG_DISK_FULL
The backup failed because there is not enough disk space to create or process the dkupxxxx.yyy files(backup files of the property repository and transaction log). |
static int |
SPI_STS_CATALOG_ERROR
An error has been detected in the ERRORLOG file (for example, meaning the SPI_SYS_LOGINS_ENABLED value cannot be set to Yes). |
static int |
SPI_STS_CATALOG_FULL
The property repository or transaction log is full. |
static int |
SPI_STS_CHECKED_OUT
The version is checked out. |
static int |
SPI_STS_CMDLN_PSWD_NOT_ALLOWED
A user password cannot be entered during command-line login. |
static int |
SPI_STS_COMM_ERROR
A communication error with the Storage or Property Manager has been detected. |
static int |
SPI_STS_CONNECT_REFUSED
Cannot access the database. |
static int |
SPI_STS_CS_NOT_ALLOWED
The Count Only property in the Search object cannot be set to Yes if the query includes a content search structure. |
static int |
SPI_STS_CSI_BAD_FILTER
The file filter is invalid. |
static int |
SPI_STS_CSI_BAD_INDEX
The content search repository ID is invalid. |
static int |
SPI_STS_CSI_CREATE_INDEX
The attempt to add a content search repository failed. |
static int |
SPI_STS_CSI_DEADLK
A deadlock has occurred during the content search. |
static int |
SPI_STS_CSI_DISABLED
Content search indexing of files is currently disabled on this system (other portions of the operation, other than content search indexing/deindexing, completed successfully). |
static int |
SPI_STS_CSI_FAILURE
A general failure of the content search repository has been detected. |
static int |
SPI_STS_CSI_INDEX_INCONSISTENT
An inconsistency has been detected in the content search repository. |
static int |
SPI_STS_CSI_LIMIT_EXCEEDED
The item's indexed version limit has been exceeded. |
static int |
SPI_STS_CSI_NO_FILE_ACCESS
The content search repository cannot be accessed or does not exist. |
static int |
SPI_STS_CSI_NO_INDEX
No collections opened. |
static int |
SPI_STS_CSI_PARTIAL_SEARCH
A partial content search succeeded. |
static int |
SPI_STS_CSI_RESOURCE_FAILURE
Search results cannot be written. |
static int |
SPI_STS_CSI_SRCH_TEMPERR
The search cannot be completed because of a conflict with the content search indexing process. |
static int |
SPI_STS_CSP_DB_ERROR
A database error has been detected in the content search engine. |
static int |
SPI_STS_DB_INCONSISTENT
Database integrity is not consistent. |
static int |
SPI_STS_DB_RECONNECT
The Property Manager has been successfully reconnected. |
static int |
SPI_STS_DB_RESC_LIMIT_EXCEEDED
The Property Manager database resource limit has been exceeded. |
static int |
SPI_STS_DBI_ERROR
A general DBI error has been detected. |
static int |
SPI_STS_DBI_INIT_FAILURE
The database library failed to initialize. |
static int |
SPI_STS_DBI_NO_RESULTS_ERROR
Indicates an internal database error where expected results were not returned. |
static int |
SPI_STS_DBI_TEMP_PATH
The temporary path could not be located. |
static int |
SPI_STS_DBI_TIMEOUT
Currently not used. |
static int |
SPI_STS_DEADLOCK_VICTIM
A required resource is unavailable due to deadlock. |
static int |
SPI_STS_DEFGROUP_NOT_ACTIVE
Since the user's default group is disabled, the user was logged on as member of the General Users group. |
static int |
SPI_STS_DEVICE_NOT_ALLOWED
An invalid device was specified on the server. |
static int |
SPI_STS_DEVICE_NOT_FOUND
An unknown shelf-server device was specified. |
static int |
SPI_STS_DIR_NOT_ALLOWED
The directory cannot be used. |
static int |
SPI_STS_DSCONF_READ_FAILURE
A failure has occurred while reading the dsconf.ini file. |
static int |
SPI_STS_DUPLICATE_KEY
A duplicate key has been detected. |
static int |
SPI_STS_DUPLICATE_NET_NAME
The user network name has already been used. |
static int |
SPI_STS_DYNAMIC_BROKEN
Indicates a dynamic link was successfully broken (i.e., that the modification of a Version object property has caused no version to satisfy a Dynamic property and Dynamic property value pair in a Dynamic relationship, which is a success con-dition). |
static int |
SPI_STS_EMPTY_FILE_INDEX_ERROR
An empty version file cannot be indexed for content searches. |
static int |
SPI_STS_END_OF_SET
The end of the value set has been reached. |
static int |
SPI_STS_FAILURE
The operation has not succeeded. |
static int |
SPI_STS_FILE_CREATION_ERROR
Creation of the new file could not be completed. |
static int |
SPI_STS_FILE_EXISTS
The version file does exist. |
static int |
SPI_STS_FILE_NOT_FOUND
The file was not found at the designated path. |
static int |
SPI_STS_FULL_BACKUP_PENDING
Full backup cannot be run because a previous full backup is pending. |
static int |
SPI_STS_GROUP_NOT_ACTIVE
The group is disabled (the user cannot change to this group). |
static int |
SPI_STS_IDX_STATUS_NOT_FOUND
The status of the content search repository could not be determined. |
static int |
SPI_STS_INCOMPATIBLE_DB
The wrong DLLs are installed for this database type. |
static int |
SPI_STS_INDEX_DISK_FULL
There is not enough free space on the specified disk to create/restore the content search repository and/or to index more files. |
static int |
SPI_STS_INDEX_FILE_FOUND
The content search repository cannot be created/restored because one or more program files for this index already exist on the specified disk. |
static int |
SPI_STS_INDEX_LOCKED
This operation cannot be completed because the content search repository is locked. |
static int |
SPI_STS_INDEX_NOT_CREATED
The custom property was created successfully, however the index creation failed. |
static int |
SPI_STS_INDEXED
The version has already been indexed for content searches. |
static int |
SPI_STS_INSTANCE_LIMIT
The instance limit has been reached. |
static int |
SPI_STS_INSUFFICIENT_ACCESS
The user has insufficient access rights. |
static int |
SPI_STS_INSUFFICIENT_PRIV
The user has insufficient rights to perform the operation. |
static int |
SPI_STS_INVALID_DEVICE_TYPE
The device type is invalid for this operation. |
static int |
SPI_STS_INVALID_LICENSE
An invalid license number has been detected. |
static int |
SPI_STS_INVALID_LOGIN
The user name or password is invalid. |
static int |
SPI_STS_INVALID_ORDER
Indicates an attempt to order by a list property (such as, a Keyword or Multi–valued Custom Property). |
static int |
SPI_STS_INVALID_PASSWORD
The password is invalid. |
static int |
SPI_STS_KEYWORD_NOT_FOUND
Keyword for item could not be found. |
static int |
SPI_STS_LOGIN_LIMIT
The licensed number of concurrent open sessions has been reached. |
static int |
SPI_STS_LOGINS_DISABLED
Logins to the library system have been disabled. |
static int |
SPI_STS_LOST_COMM
Communication with the Storage Manager has been lost. |
static int |
SPI_STS_LOST_DB_CONNECTION
Connection to Property Manager has been lost. |
static int |
SPI_STS_MAINLINE_CHECKED_OUT
The current version on the primary version line is checked out. |
static int |
SPI_STS_MAX_EXTENTS_REACHED
The Oracle extents maximum has been reached. |
static int |
SPI_STS_MAX_SNIOPEN_RETRYS
The maximum number of retries has been reached while trying to establish network communications. |
static int |
SPI_STS_MAX_VALUE
The maximum value has been reached. |
static int |
SPI_STS_MAXDBCLIENTS_EXCEEDED
Request would exceed database login limit. |
static int |
SPI_STS_MAXQHNDS_EXCEEDED
Exceeded the maximum number of query handles. |
static int |
SPI_STS_MISSING_CONFIG
The configuration for this server is missing. |
static int |
SPI_STS_MODIFY_FAILED
Changes have not been accepted. |
static int |
SPI_STS_MORE_ROWS
More rows have been detected for the query. |
static int |
SPI_STS_NESTED_TRANSACTION
A begin transaction was attempted within another transaction. |
static int |
SPI_STS_NET_LOGIN_NOT_ALLOWED
Logging in using the alternate user name is not allowed. |
static int |
SPI_STS_NET_UNAME_NOT_FOUND
Network user name not found. |
static int |
SPI_STS_NETWORK_UNAVAILABLE
The network is unavailable or not operating. |
static int |
SPI_STS_NO_CSS_AVAILABLE
No Content Search Manager is available for the specified pipe. |
static int |
SPI_STS_NO_FILE_ACCESS
Access to the version file is not allowed. |
static int |
SPI_STS_NO_MEMORY
No free memory is available. |
static int |
SPI_STS_NO_MORE_ROWS
There are no more rows to return for this query. |
static int |
SPI_STS_NO_QRY
No properties have been specified for the search request in the SPI_SR_SHOW array. |
static int |
SPI_STS_NO_REPLICAS
Indicates a failed attempt to link to a replica (e.g., a replicated document). |
static int |
SPI_STS_NO_RESOURCE
The Storage Manager is out of system resources. |
static int |
SPI_STS_NO_SERVER_AVAILABLE
No Storage Managers are available. |
static int |
SPI_STS_NO_SUCH_GROUP
No such Group object exists in the system. |
static int |
SPI_STS_NO_SUCH_INSTALLATION
No such System object exists in the system. |
static int |
SPI_STS_NO_SUCH_ITEM
No such item has been found. |
static int |
SPI_STS_NO_SUCH_LANGUAGE
The specified language has not been supplied for this library system. |
static int |
SPI_STS_NO_SUCH_OBJECT
No such object can be found. |
static int |
SPI_STS_NO_SUCH_SERVER
The server is undefined. |
static int |
SPI_STS_NO_SUCH_SYSTEM
No such System object exists in the system. |
static int |
SPI_STS_NO_SUCH_USER
No such User object exists in the system. |
static int |
SPI_STS_NO_SUCH_VERSION
No such version has been found. |
static int |
SPI_STS_NO_VARIANT_CKOUTS
Secondary versions cannot be created for the item. |
static int |
SPI_STS_NOT_ADMIN
The user does not have Admin access rights to the object. |
static int |
SPI_STS_NOT_BRANCH
The server is not a property server for this system. |
static int |
SPI_STS_NOT_CHECKED_OUT
The version is not checked out. |
static int |
SPI_STS_NOT_CURRENT
The version is not the latest version on the primary version line. |
static int |
SPI_STS_NOT_DELETED
When checking in a version with the SPI_CHECKIN_KEEP flag not specified,* the checkin succeeded but the file-delete failed. |
static int |
SPI_STS_NOT_IMPLEMENTED
The specified option has not been implemented. |
static int |
SPI_STS_NOT_IN_SINGLE_USER_MODE
Since more than one user session is open, this delete/rename user/group operation cannot be completed. |
static int |
SPI_STS_NOT_INDEXED
The version is not indexed for content searches; therefore, it cannot be deindexed or reindexed. |
static int |
SPI_STS_NOT_MEMBER
The user is not a member of the specified group. |
static int |
SPI_STS_NOT_OFFLINE
The version is not offline. |
static int |
SPI_STS_NOT_ONLINE
The version is not online. |
static int |
SPI_STS_NOT_PROTECTED
The item is not a protected item. |
static int |
SPI_STS_NOT_RECLAIMABLE
The version is not reclaimable to online status. |
static int |
SPI_STS_NOT_UNPROTECTED
The item is not an unprotected item. |
static int |
SPI_STS_NULL_KEY
A NULL key has been detected. |
static int |
SPI_STS_OBJECT_REF_ERROR
Operation cannot be completed because this object is being referenced by another object. |
static int |
SPI_STS_ONLINE_ZERO
The online version limit is set to 0. |
static int |
SPI_STS_OUTSTANDING_CHECKOUTS
The item could not be deleted due to outstanding version checkouts. |
static int |
SPI_STS_PARENT_ONLINE
Indicates an archive action failed because the parent object is marked as being online rather than archived (e.g., for a compound document, a child document cannot be archived if its parent document is still online). |
static int |
SPI_STS_PATH_NOT_FOUND
The path cannot be found. |
static int |
SPI_STS_PERMANENT
The version cannot be moved off line during automatic archival. |
static int |
SPI_STS_PROP_INDX_TBSP_NOT_FOUND
|
static int |
SPI_STS_RECLAIM_PENDING
A reclaim request is pending on the version. |
static int |
SPI_STS_RECLAIM_WRONG_FILE
The identity of the reclaimed version file is questionable. |
static int |
SPI_STS_REMOVAL_NOT_ALLOWED
A user cannot remove self from group. |
static int |
SPI_STS_REPCHK_MAX_ERRORS
The maximum number of errors has been reached in a repository check. |
static int |
SPI_STS_SCTX_IN_USE
Already using this SCTX in some thread. |
static int |
SPI_STS_SERVER_OUT_OF_SERVICE
Operation of the Storage Manager is suspended. |
static int |
SPI_STS_SERVER_RESTRICTED
The Storage Manager is in a restricted state due to property repository or transaction log reaching full threshold. |
static int |
SPI_STS_SESSION_ACTIVE
This session is active and, therefore, cannot be deleted. |
static int |
SPI_STS_SESSION_SUSPENDED
This session is already suspended. |
static int |
SPI_STS_SHELF_EXISTS
The storage repository already exists. |
static int |
SPI_STS_SHELF_FILE_EXISTS
The file already exists in the storage repository. |
static int |
SPI_STS_SHELF_FILE_NOTFOUND
The file could not be found in the storage repository. |
static int |
SPI_STS_SHELF_FULL
No space is available in the storage repository. |
static int |
SPI_STS_SHELF_IO_ERROR
A read/write error has been detected on the stored file. |
static int |
SPI_STS_SHELF_NOT_RECLAIMABLE
The archive repository must be non-reclaimable to allow deletion of archived versions. |
static int |
SPI_STS_SHELF_NOTFOUND
The storage repository could not be found on the server. |
static int |
SPI_STS_SHELF_SUSPENDED
The Storage Manager is suspended. |
static int |
SPI_STS_SHELF_TIMEOUT
The Storage Manager was unable to process a request within its timeout period. |
static int |
SPI_STS_SNI_BAD_FUNC_SEQU
FileNET internal use only. |
static int |
SPI_STS_SNI_BAD_HOST_HANDLE
Currently not used. |
static int |
SPI_STS_SNI_BAD_HOST_SPEC
Currently not used. |
static int |
SPI_STS_SNI_BUF_TOO_SMALL
FileNET internal use only |
static int |
SPI_STS_SNI_CON_PROVDR_PROB
Communication could not be established. |
static int |
SPI_STS_SNI_FLOW_CONTROL
Currently not used. |
static int |
SPI_STS_SNI_NO_DATA_AVAILABLE
FileNET internal use only |
static int |
SPI_STS_SNI_NO_DATA_UNIT
Currently not used. |
static int |
SPI_STS_SNI_NOT_SUPPORTED
FileNET internal use only |
static int |
SPI_STS_SNI_SESSIONS_EXCEEDED
The NET BIOS session limit has been exceeded. |
static int |
SPI_STS_SNI_SYSTEM_ERROR
FileNET internal use only |
static int |
SPI_STS_SNICLOSE_ERROR
An error has been detected while trying to close network communications. |
static int |
SPI_STS_SNIMODE_ERROR
Issued for one of two reason: (a)after the initial sni_open call, an error is detected while attempting to set the state (byte mode) of the socket or (b) after the state of the socket is set, an error is detected during a check of that byte mode state. |
static int |
SPI_STS_SNIOPEN_ERROR
An error has been detected while trying to establish the network communication using the sni_open call. |
static int |
SPI_STS_SNIREAD_ERROR
An error has been detected while reading data during network communications. |
static int |
SPI_STS_SNIWRITE_ERROR
An error has been detected while writing data during network communications. |
static int |
SPI_STS_SNIXACT_ERROR
An error has been detected while performing a TRANSACT during network communications. |
static int |
SPI_STS_SOCK_HOST_NOT_FOUND
An entry was not found in the hosts file. |
static int |
SPI_STS_SOCK_SERVICE_NOT_FOUND
An entry was not found in the services file. |
static int |
SPI_STS_STACK_ERROR
An error has been detected in the file-storage area. |
static int |
SPI_STS_STORED_PROC_NOT_FOUND
Referenced stored procedure not found. |
static int |
SPI_STS_STRONG_REL
An object deletion failed because it was referenced by a strong relationship object. |
static int |
SPI_STS_SUCCESS
The operation is successful. |
static int |
SPI_STS_SYSTEM_UNAVAILABLE
The Property Manager is unavail-able. |
static int |
SPI_STS_TEMPDB_FULL
(For Oracle databases) The temporary tablespace allocation is full. |
static int |
SPI_STS_TEXT_SYNTAX_ERROR
A syntax error has been detected in the content search. |
static int |
SPI_STS_TRUNCATED
The property value is too long for the destination and has been truncated. |
static int |
SPI_STS_UNPROTECTED
The item is unprotected. |
static int |
SPI_STS_UNSPECIFIED_REQ
A required entry has not been specified. |
static int |
SPI_STS_UPDATE_CONFLICT
A conflict has been found in the updating operation. |
static int |
SPI_STS_USER_CONNECTIONS_EXCEEDED
There are insufficient database connections/processes allocated. |
static int |
SPI_STS_USER_DISK_FULL
No space is available on the user's disk. |
static int |
SPI_STS_USER_IO_ERROR
A read/write error has been detected on the user's file. |
static int |
SPI_STS_USER_LIMIT_EXCEEDED
The limit for registered users at this system was exceeded. |
static int |
SPI_STS_USER_NOT_ACTIVE
Since the user is not enabled, that user cannot log into the library system. |
static int |
SPI_STS_VARIANT_CHECKED_OUT
The secondary version is already checked out. |
static int |
SPI_STS_VARIANT_CLOSED
The secondary version line has been merged into the primary version line. |
static int |
SPI_STS_VARIANT_NOT_CURRENT
The secondary version required is not the latest version. |
static int |
SPI_STS_VARIANT_REQUIRED
The version must be a secondary version. |
static int |
SPI_STS_VARIANTS_DISABLED
Secondary versions cannot be created for any versions. |
static int |
SPI_STS_VERSION_LIMIT
The online version limit has been reached for the specified Item. |
static int |
SPI_STS_VERSION_MISMATCH
The configuration contains versions of the software that are incompatible. |
static int |
SPI_STS_WRONG_DLL
FileNET internal error code. |
static int |
SQL
Returned by getSeverity method. |
static int |
SUCCESS
Successful completion severity level. |
static int |
TIME
Returned by getSeverity method. |
static int |
WARNING
Failure, operational error severity level. |
Constructor Summary | |
ContentEngineException()
|
|
ContentEngineException(java.lang.String s)
|
|
ContentEngineException(java.lang.String s,
int faultCode)
|
|
ContentEngineException(java.lang.String s,
java.lang.Integer faultCode)
|
Method Summary | |
java.lang.String |
getContextXML()
Returns the XML used to generate the exception. |
int |
getSeverity()
Returns the severity level of the status code, as defined in the fields for this class. |
void |
setContext(int severity,
java.lang.String contextXML)
|
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException |
getFaultCode, setFaultCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int SUCCESS
getSeverity
method.
public static int INFORMATIONAL
getSeverity
method.
public static int WARNING
getSeverity
method.
public static int ERROR
getSeverity
method.
public static int FATAL
getSeverity
method.
public static int TIME
getSeverity
method.
public static int SQL
getSeverity
method.
public static final int SPI_STS_SUCCESS
public static final int SPI_STS_SYSTEM_UNAVAILABLE
public static final int SPI_STS_INVALID_LOGIN
public static final int SPI_STS_VERSION_MISMATCH
public static final int SPI_STS_LOGIN_LIMIT
public static final int SPI_STS_NOT_MEMBER
public static final int SPI_STS_NOT_ADMIN
public static final int SPI_STS_MODIFY_FAILED
public static final int SPI_STS_NO_MEMORY
public static final int SPI_STS_FAILURE
public static final int SPI_STS_BAD_SCTX
public static final int SPI_STS_NO_SUCH_ITEM
public static final int SPI_STS_NO_SUCH_VERSION
public static final int SPI_STS_STACK_ERROR
public static final int SPI_STS_VARIANTS_DISABLED
public static final int SPI_STS_CHECKED_OUT
public static final int SPI_STS_BAD_ITEM
public static final int SPI_STS_BAD_VERSION
public static final int SPI_STS_NO_FILE_ACCESS
public static final int SPI_STS_INSUFFICIENT_ACCESS
public static final int SPI_STS_NO_VARIANT_CKOUTS
public static final int SPI_STS_FILE_EXISTS
public static final int SPI_STS_NOT_CHECKED_OUT
public static final int SPI_STS_FILE_NOT_FOUND
public static final int SPI_STS_INVALID_PASSWORD
public static final int SPI_STS_INSUFFICIENT_PRIV
public static final int SPI_STS_UNPROTECTED
public static final int SPI_STS_VERSION_LIMIT
public static final int SPI_STS_NOT_BRANCH
public static final int SPI_STS_NOT_CURRENT
public static final int SPI_STS_NOT_IMPLEMENTED
public static final int SPI_STS_UPDATE_CONFLICT
public static final int SPI_STS_NOT_PROTECTED
public static final int SPI_STS_NOT_UNPROTECTED
public static final int SPI_STS_NOT_ONLINE
public static final int SPI_STS_NOT_OFFLINE
public static final int SPI_STS_BAD_SHELF
public static final int SPI_STS_BAD_DISPOSITION
public static final int SPI_STS_NOT_RECLAIMABLE
public static final int SPI_STS_MAINLINE_CHECKED_OUT
public static final int SPI_STS_BRANCH_LIMIT
public static final int SPI_STS_END_OF_SET
public static final int SPI_STS_DUPLICATE_KEY
public static final int SPI_STS_PERMANENT
public static final int SPI_STS_VARIANT_REQUIRED
public static final int SPI_STS_NO_SUCH_OBJECT
public static final int SPI_STS_RECLAIM_PENDING
public static final int SPI_STS_INSTANCE_LIMIT
public static final int SPI_STS_UNSPECIFIED_REQ
public static final int SPI_STS_NULL_KEY
public static final int SPI_STS_BAD_CATEGORY
public static final int SPI_STS_ONLINE_ZERO
public static final int SPI_STS_MORE_ROWS
public static final int SPI_STS_AUTO_DISPOSE
public static final int SPI_STS_DIR_NOT_ALLOWED
public static final int SPI_STS_PATH_NOT_FOUND
public static final int SPI_STS_NOT_DELETED
public static final int SPI_STS_NETWORK_UNAVAILABLE
public static final int SPI_STS_VARIANT_CHECKED_OUT
public static final int SPI_STS_NO_RESOURCE
public static final int SPI_STS_NO_SUCH_SERVER
public static final int SPI_STS_LOST_COMM
public static final int SPI_STS_COMM_ERROR
public static final int SPI_STS_USER_IO_ERROR
public static final int SPI_STS_USER_DISK_FULL
public static final int SPI_STS_SHELF_FULL
public static final int SPI_STS_SHELF_NOTFOUND
public static final int SPI_STS_SHELF_FILE_NOTFOUND
public static final int SPI_STS_SHELF_FILE_EXISTS
public static final int SPI_STS_SHELF_IO_ERROR
public static final int SPI_STS_DEADLOCK_VICTIM
public static final int SPI_STS_MISSING_CONFIG
public static final int SPI_STS_SHELF_SUSPENDED
public static final int SPI_STS_RECLAIM_WRONG_FILE
public static final int SPI_STS_VARIANT_CLOSED
public static final int SPI_STS_NO_SERVER_AVAILABLE
public static final int SPI_STS_VARIANT_NOT_CURRENT
public static final int SPI_STS_CATALOG_FULL
public static final int SPI_STS_DB_RECONNECT
public static final int SPI_STS_ALREADY_PENDING
public static final int SPI_STS_DEVICE_NOT_FOUND
public static final int SPI_STS_BAD_DEFAULT_GROUP
public static final int SPI_STS_FILE_CREATION_ERROR
public static final int SPI_STS_INVALID_LICENSE
public static final int SPI_STS_BAD_PARAMETER
public static final int SPI_STS_DBI_TEMP_PATH
public static final int SPI_STS_MAX_VALUE
public static final int SPI_STS_BAD_QUERY_LHND
public static final int SPI_STS_TRUNCATED
public static final int SPI_STS_USER_LIMIT_EXCEEDED
public static final int SPI_STS_DEVICE_NOT_ALLOWED
public static final int SPI_STS_NET_LOGIN_NOT_ALLOWED
public static final int SPI_STS_CMDLN_PSWD_NOT_ALLOWED
public static final int SPI_STS_DBI_ERROR
public static final int SPI_STS_OUTSTANDING_CHECKOUTS
public static final int SPI_STS_NET_UNAME_NOT_FOUND
public static final int SPI_STS_BUFFER_OVERFLOW
public static final int SPI_STS_LOGINS_DISABLED
public static final int SPI_STS_REMOVAL_NOT_ALLOWED
public static final int SPI_STS_DUPLICATE_NET_NAME
public static final int SPI_STS_BAD_OAB_TYPE
public static final int SPI_STS_BAD_OBJ_TYPE
public static final int SPI_STS_LOST_DB_CONNECTION
public static final int SPI_STS_FULL_BACKUP_PENDING
public static final int SPI_STS_KEYWORD_NOT_FOUND
public static final int SPI_STS_MAXDBCLIENTS_EXCEEDED
public static final int SPI_STS_SHELF_EXISTS
public static final int SPI_STS_CATALOG_DISK_FULL
public static final int SPI_STS_SESSION_ACTIVE
public static final int SPI_STS_SESSION_SUSPENDED
public static final int SPI_STS_SERVER_OUT_OF_SERVICE
public static final int SPI_STS_DB_INCONSISTENT
public static final int SPI_STS_CONNECT_REFUSED
public static final int SPI_STS_MAXQHNDS_EXCEEDED
public static final int SPI_STS_STORED_PROC_NOT_FOUND
public static final int SPI_STS_USER_NOT_ACTIVE
public static final int SPI_STS_GROUP_NOT_ACTIVE
public static final int SPI_STS_DEFGROUP_NOT_ACTIVE
public static final int SPI_STS_NOT_IN_SINGLE_USER_MODE
public static final int SPI_STS_NO_SUCH_USER
public static final int SPI_STS_NO_SUCH_GROUP
public static final int SPI_STS_NO_SUCH_SYSTEM
public static final int SPI_STS_NO_SUCH_INSTALLATION
public static final int SPI_STS_SERVER_RESTRICTED
public static final int SPI_STS_DB_RESC_LIMIT_EXCEEDED
public static final int SPI_STS_CATALOG_ERROR
public static final int SPI_STS_NO_QRY
public static final int SPI_STS_TEXT_SYNTAX_ERROR
public static final int SPI_STS_CSP_DB_ERROR
public static final int SPI_STS_MAX_SNIOPEN_RETRYS
public static final int SPI_STS_SNIOPEN_ERROR
public static final int SPI_STS_SNIMODE_ERROR
public static final int SPI_STS_SNIREAD_ERROR
public static final int SPI_STS_SNIWRITE_ERROR
public static final int SPI_STS_SNIXACT_ERROR
public static final int SPI_STS_SNICLOSE_ERROR
public static final int SPI_STS_SOCK_HOST_NOT_FOUND
public static final int SPI_STS_SOCK_SERVICE_NOT_FOUND
public static final int SPI_STS_CSI_NO_FILE_ACCESS
public static final int SPI_STS_CSI_NO_INDEX
public static final int SPI_STS_CSI_BAD_INDEX
public static final int SPI_STS_CSI_LIMIT_EXCEEDED
public static final int SPI_STS_CSI_RESOURCE_FAILURE
public static final int SPI_STS_CSI_INDEX_INCONSISTENT
public static final int SPI_STS_CSI_BAD_FILTER
public static final int SPI_STS_CSI_FAILURE
public static final int SPI_STS_CSI_PARTIAL_SEARCH
public static final int SPI_STS_CSI_DEADLK
public static final int SPI_STS_DBI_INIT_FAILURE
public static final int SPI_STS_DSCONF_READ_FAILURE
public static final int SPI_STS_NO_CSS_AVAILABLE
public static final int SPI_STS_INDEXED
public static final int SPI_STS_NOT_INDEXED
public static final int SPI_STS_EMPTY_FILE_INDEX_ERROR
public static final int SPI_STS_CSI_SRCH_TEMPERR
public static final int SPI_STS_BAD_DATETIME
public static final int SPI_STS_SHELF_NOT_RECLAIMABLE
public static final int SPI_STS_CSI_CREATE_INDEX
public static final int SPI_STS_INVALID_DEVICE_TYPE
public static final int SPI_STS_SNI_SESSIONS_EXCEEDED
public static final int SPI_STS_CS_NOT_ALLOWED
public static final int SPI_STS_INDEX_LOCKED
public static final int SPI_STS_INDEX_DISK_FULL
public static final int SPI_STS_INDEX_FILE_FOUND
public static final int SPI_STS_IDX_STATUS_NOT_FOUND
public static final int SPI_STS_NO_MORE_ROWS
public static final int SPI_STS_SNI_BAD_HOST_HANDLE
public static final int SPI_STS_SNI_BAD_HOST_SPEC
public static final int SPI_STS_SNI_BAD_FUNC_SEQU
public static final int SPI_STS_SNI_CON_PROVDR_PROB
public static final int SPI_STS_SNI_BUF_TOO_SMALL
public static final int SPI_STS_SNI_SYSTEM_ERROR
public static final int SPI_STS_SNI_NOT_SUPPORTED
public static final int SPI_STS_SNI_NO_DATA_AVAILABLE
public static final int SPI_STS_SNI_NO_DATA_UNIT
public static final int SPI_STS_SNI_FLOW_CONTROL
public static final int SPI_STS_CAT_INDEX_FULL
public static final int SPI_STS_SCTX_IN_USE
public static final int SPI_STS_INDEX_NOT_CREATED
public static final int SPI_STS_CSI_DISABLED
public static final int SPI_STS_BAD_ATTR_TYPE
public static final int SPI_STS_BAD_OPERATOR
public static final int SPI_STS_TEMPDB_FULL
public static final int SPI_STS_BAD_PROPERTY_LEN
public static final int SPI_STS_SHELF_TIMEOUT
public static final int SPI_STS_STRONG_REL
public static final int SPI_STS_DBI_TIMEOUT
public static final int SPI_STS_NESTED_TRANSACTION
public static final int SPI_STS_OBJECT_REF_ERROR
public static final int SPI_STS_USER_CONNECTIONS_EXCEEDED
public static final int SPI_STS_MAX_EXTENTS_REACHED
The Oracle extents maximum has been reached. This condition can be corrected by redefining the DEFAULT STORAGE CLAUSE for the library system tablespace to increase the MAX_EXTENTS setting (defaults to 210). The maximum value for MAX_EXTENTS per database object is 249.
If the MAX_EXTENTS setting cannot be increased sufficiently, the IDMDS database object(s) for which the error was generated, must be recreated and restructured manually.
public static final int SPI_STS_ACCESS_DENIED
public static final int SPI_STS_INCOMPATIBLE_DB
public static final int SPI_STS_DBI_NO_RESULTS_ERROR
public static final int SPI_STS_NO_SUCH_LANGUAGE
public static final int SPI_STS_WRONG_DLL
public static final int SPI_STS_INVALID_ORDER
public static final int SPI_STS_REPCHK_MAX_ERRORS
public static final int SPI_STS_BROKEN_RELATIONSHIP
public static final int SPI_STS_NO_REPLICAS
public static final int SPI_STS_DYNAMIC_BROKEN
public static final int SPI_STS_PARENT_ONLINE
public static final int SPI_STS_PROP_INDX_TBSP_NOT_FOUND
public static final int FnBOApi_MethodNotFound
public static final int FnBOApi_MissingParameter
public static final int FnBOApi_UnknownException
public static final int FnBOApi_PropertyNotFound
public static final int FnBOApi_InvalidFolder
public static final int FnBOApi_InvalidSearchXML
public static final int FnBOApi_InvalidWhereClause
public static final int FnBOApi_InvalidSelect
public static final int FnBOApi_InvalidOrderBy
public static final int FnBOApi_InvalidFromClause
public static final int FnBOApi_InvalidInFolder
public static final int FnBOApi_Reserved_Cust_Prop
public static final int FnBOApi_Char_Conversion
public static final int FnBOApi_Invalid_Property
public static final int FnBOApi_Invalid_Property_Value
public static final int FnBOApi_Pending_Pub_Req
public static final int FnBOApi_OpenUploadFile_Exception
public static final int FnBOApi_ReadInputStream_Exception
public static final int FnBOApi_WriteUploadFile_Exception
Constructor Detail |
public ContentEngineException()
public ContentEngineException(java.lang.String s)
public ContentEngineException(java.lang.String s, int faultCode)
public ContentEngineException(java.lang.String s, java.lang.Integer faultCode)
Method Detail |
public void setContext(int severity, java.lang.String contextXML)
public int getSeverity()
public java.lang.String getContextXML()
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |