|
|
||||
| Package com.dassault_systemes.enovaultclientjava.vdk0vaultclient |
Class ENOVIVaultError
|
| Class Hierarchy |
java.lang.Object
|
+-java.lang.Throwable
|
+-java.lang.Exception
|
+-com.dassault_systemes.enovaultclientjava.vdk0vaultclient.ENOVIVaultError
| Class Location |
| Class Description |
public class ENOVIVaultError
| Field Summary |
| Constructor Summary |
| ENOVIVaultError() |
| ENOVIVaultError(String s, int rc) |
| ENOVIVaultError(String s, int rc, ENOVIVaultError ve) |
| Method Summary |
| int | VPM_HRESULT(int sev, int fac, int code) |
| int | getCode() |
| Enumeration | getStack() |
| int | getStackSize() |
| Field Detail |
int SEVERITY_SUCCESS
int SEVERITY_INFO
int SEVERITY_WARNING
int SEVERITY_ERROR
int FACILITY_VAULT
int S_DATAREMAINING
There was still some data to get from the VaultServer
int VAULT_S_LATERDOCVERSNOTREAD
int VAULT_S_NOMASTERCALL
int VAULT_E_NOVAULTDOCUMENT_FOUND
There was no IVaultDocument corresponding to the given oid.
int VAULT_E_REFVAULTDOCUMENT_NOTVALUATED
The reference IVaultDocument has no value associate with it, so there is nothing to associate.
int VAULT_E_REFVAULTDOCUMENT_MISSINGPARAMETERS
Some parameters on the reference IVaultDocument we need in order to perform the operation are missing.
int VAULT_E_VAULTDOCUMENT_ALREADYVALUATED
This IVaultDocument is already valuated. We do not erase the existing value, so there is nothing to do.
int VAULT_E_VAULTDOCUMENT_MISSNIGPARAMETERS
Some parameters on the IVaultDocument we need in order to perform the operation are missing.
int VAULT_E_INCOMPATIBLEOPENMODE
The requested open mode is not compatible with the current open mode. You have to perform a
close and re-open
int VAULT_E_VAULTDOCUMENTNOTOPEN
The IVaultDocument object is not open in spite of it is supposed to be opened
int VAULT_E_CLIENTFILECANTACCESS
The Vault Client object can't access to the given input file
int VAULT_E_CLIENTFILENOTFOUND
The Vault Client object wasn't able to find the given input file.
int VAULT_E_CLIENTFILEACCESSDENIED
The Vault Client object has not enought right to access to the given input file
int VAULT_E_CLIENTFILECANTCREATEORTRUNCATE
The Vault Client object has not enought right to access to the given input file
int VAULT_E_VAULTDOCUMENT_NOTVALUATED
The IVaultDocument has no value associate with it, so there is nothing to associate.
int VAULT_E_MEDIUMFULL
There is not enough disk space to save the file.
String svVAULT_E_MEDIUMFULL
int VAULT_E_OPENEDBYANOTHERTRANSACTION
The IVaultDocument was already opened by antoher transaction.
int VAULT_E_OPENEFILEFAILED
The open operation on a file failed.
int VAULT_E_SEEKFILEFAILED
The seek operation on a file failed.
int VAULT_E_READFILEFAILED
The read operation on a file failed.
int VAULT_E_WRITEFILEFAILED
The write operation on a file failed.
int VAULT_E_CLOSEFILEFAILED
The close operation on a file failed.
int VAULT_E_INVALIDTRANSACTION
The submitted transaction is not a valid transaction.
int VAULT_E_INVALIDOPENMODE
The submitted open mode is not a valid open mode.
int VAULT_E_WRITEFAULT
The write operatioin was not completed due to a disk error.
int VAULT_E_NOVAULTDOCUMENT_DELETED
The IVaultDocument corresponding to the given oid was deleted.
int VAULT_E_MOVEFILEFAILED
The move operation on a file failed.
int VAULT_E_OPENTRANSACTIONFAILED
The open transaction failed.
int VAULT_E_NOTRANSACTION
No current transaction .
int VAULT_E_ALREADYOPENED
The IVaultDocument was already opened by this transaction, you are supposed to close it before re-open.
int VAULT_E_MODIFYBYANOTHERTRANSACTION
The IVaultDocument was already opened by antoher transaction.
int VAULT_E_DBERROR
Database Error.
int VAULT_E_DBCONNECTIONERROR
Database Connection ERROR.
int VAULT_E_DBINSERTERROR
Database Insert ERROR.
int VAULT_E_DBUPDATEERROR
Database Update ERROR.
int VAULT_E_DBDELETEERROR
Database Delete ERROR.
int VAULT_E_DBCOMMITERROR
Database Commit ERROR.
int VAULT_E_INSERTDOCUMENTFAILED
Insert IVaultDocument Failed.
int VAULT_E_UPDATEDOCUMENTFAILED
Update Document Failed.
int VAULT_E_DELETEDOCUMENTFAILED
Delete Document Failed.
int VAULT_E_TRANSCOMMITFAILED
Transaction Commit Failed.
int VAULT_E_TRANSPREPAREFAILED
Transaction Prepare Failed.
int VAULT_E_TRANSROLLBACKFAILED
Transaction Rollback Failed.
int VAULT_E_INVALIDMETHODUSE
Invalid method use.
int VAULT_E_NOVAULTDOC_FOUND
There was no Vault Document corresponding to the given oid.
int VAULT_E_NOUSERSESSION_FOUND
There was no Vault Document corresponding to the given oid.
int VAULT_E_ITEMNOTCLOSE
There was no close done on VaultItem before prepare
int VAULT_E_TRANSNOTPREPARED
Transaction not prepared.
int VAULT_E_MISSINGPROPERTY
Missing property.
int VAULT_E_INVALIDUSERSESSION
Not a USer Session.
int VAULT_E_JDBCDRIVERLOADFAILED
Unable to load the JDBC driver.
int VAULT_E_ERROR
Error.
int VAULT_E_INVALIDSTATUS
Invalid status.
int VAULT_E_TRANSPREPARED
Transaction not prepared.
int VAULT_E_IOERROR
IO Error.
int VAULT_E_UNKNOWNVAULTALIASNAME
Unknown Vault alias name.
int VAULT_E_CACHED
Vault cache under use.
int VAULT_E_MAXDBCONNREACHED
Max number of database connection reached.
int VAULT_E_INVALIDPROPERTY
Invalid property.
int VAULT_E_OFFLINE
VaultServer OFFLINE.
int VAULT_E_CORBA_SYS_EXCEPT
CORBA SYSTEM EXCEPTION.
int VAULT_E_CORBA_UNKNOWN_EXCEPT
CORBA UNKNOWN EXCEPTION.
int VAULT_E_SERVER_COMM_FAILURE
Client/Server communication failure.
int VAULT_E_NOMASTER_REF
Master Vault Client references are invalid.
int VAULT_E_LASTCALLTOREPETE
Internal use only
int VAULT_E_UNKNOWN_METHODE
Unknown methode
int VAULT_E_READ_ONLY
Vault Read Only Mode
ENOVIVaultError _before
to build the error Stack if necessary
int _size
int _rc
| Constructor Detail |
ENOVIVaultError()
ENOVIVaultError(String s, int rc)
ENOVIVaultError(String s, int rc, ENOVIVaultError ve)
| Method Detail |
int VPM_HRESULT(int sev, int fac, int code)
int getCode()
Enumeration getStack()
gives all the stak error
int getStackSize()