|
|
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_DATAREMAININGThere was still some data to get from the VaultServer
int VAULT_S_LATERDOCVERSNOTREAD
int VAULT_S_NOMASTERCALL
int VAULT_E_NOVAULTDOCUMENT_FOUNDThere was no IVaultDocument corresponding to the given oid.
int VAULT_E_REFVAULTDOCUMENT_NOTVALUATEDThe reference IVaultDocument has no value associate with it, so there is nothing to associate.
int VAULT_E_REFVAULTDOCUMENT_MISSINGPARAMETERSSome parameters on the reference IVaultDocument we need in order to perform the operation are missing.
int VAULT_E_VAULTDOCUMENT_ALREADYVALUATEDThis IVaultDocument is already valuated. We do not erase the existing value, so there is nothing to do.
int VAULT_E_VAULTDOCUMENT_MISSNIGPARAMETERSSome parameters on the IVaultDocument we need in order to perform the operation are missing.
int VAULT_E_INCOMPATIBLEOPENMODEThe requested open mode is not compatible with the current open mode. You have to perform a close and re-open
int VAULT_E_VAULTDOCUMENTNOTOPENThe IVaultDocument object is not open in spite of it is supposed to be opened
int VAULT_E_CLIENTFILECANTACCESSThe Vault Client object can't access to the given input file
int VAULT_E_CLIENTFILENOTFOUNDThe Vault Client object wasn't able to find the given input file.
int VAULT_E_CLIENTFILEACCESSDENIEDThe Vault Client object has not enought right to access to the given input file
int VAULT_E_CLIENTFILECANTCREATEORTRUNCATEThe Vault Client object has not enought right to access to the given input file
int VAULT_E_VAULTDOCUMENT_NOTVALUATEDThe IVaultDocument has no value associate with it, so there is nothing to associate.
int VAULT_E_MEDIUMFULLThere is not enough disk space to save the file.
String svVAULT_E_MEDIUMFULL
int VAULT_E_OPENEDBYANOTHERTRANSACTIONThe IVaultDocument was already opened by antoher transaction.
int VAULT_E_OPENEFILEFAILEDThe open operation on a file failed.
int VAULT_E_SEEKFILEFAILEDThe seek operation on a file failed.
int VAULT_E_READFILEFAILEDThe read operation on a file failed.
int VAULT_E_WRITEFILEFAILEDThe write operation on a file failed.
int VAULT_E_CLOSEFILEFAILEDThe close operation on a file failed.
int VAULT_E_INVALIDTRANSACTIONThe submitted transaction is not a valid transaction.
int VAULT_E_INVALIDOPENMODEThe submitted open mode is not a valid open mode.
int VAULT_E_WRITEFAULTThe write operatioin was not completed due to a disk error.
int VAULT_E_NOVAULTDOCUMENT_DELETEDThe IVaultDocument corresponding to the given oid was deleted.
int VAULT_E_MOVEFILEFAILEDThe move operation on a file failed.
int VAULT_E_OPENTRANSACTIONFAILEDThe open transaction failed.
int VAULT_E_NOTRANSACTIONNo current transaction .
int VAULT_E_ALREADYOPENEDThe IVaultDocument was already opened by this transaction, you are supposed to close it before re-open.
int VAULT_E_MODIFYBYANOTHERTRANSACTIONThe IVaultDocument was already opened by antoher transaction.
int VAULT_E_DBERRORDatabase Error.
int VAULT_E_DBCONNECTIONERRORDatabase Connection ERROR.
int VAULT_E_DBINSERTERRORDatabase Insert ERROR.
int VAULT_E_DBUPDATEERRORDatabase Update ERROR.
int VAULT_E_DBDELETEERRORDatabase Delete ERROR.
int VAULT_E_DBCOMMITERRORDatabase Commit ERROR.
int VAULT_E_INSERTDOCUMENTFAILEDInsert IVaultDocument Failed.
int VAULT_E_UPDATEDOCUMENTFAILEDUpdate Document Failed.
int VAULT_E_DELETEDOCUMENTFAILEDDelete Document Failed.
int VAULT_E_TRANSCOMMITFAILEDTransaction Commit Failed.
int VAULT_E_TRANSPREPAREFAILEDTransaction Prepare Failed.
int VAULT_E_TRANSROLLBACKFAILEDTransaction Rollback Failed.
int VAULT_E_INVALIDMETHODUSEInvalid method use.
int VAULT_E_NOVAULTDOC_FOUNDThere was no Vault Document corresponding to the given oid.
int VAULT_E_NOUSERSESSION_FOUNDThere was no Vault Document corresponding to the given oid.
int VAULT_E_ITEMNOTCLOSEThere was no close done on VaultItem before prepare
int VAULT_E_TRANSNOTPREPAREDTransaction not prepared.
int VAULT_E_MISSINGPROPERTYMissing property.
int VAULT_E_INVALIDUSERSESSIONNot a USer Session.
int VAULT_E_JDBCDRIVERLOADFAILEDUnable to load the JDBC driver.
int VAULT_E_ERRORError.
int VAULT_E_INVALIDSTATUSInvalid status.
int VAULT_E_TRANSPREPAREDTransaction not prepared.
int VAULT_E_IOERRORIO Error.
int VAULT_E_UNKNOWNVAULTALIASNAMEUnknown Vault alias name.
int VAULT_E_CACHEDVault cache under use.
int VAULT_E_MAXDBCONNREACHEDMax number of database connection reached.
int VAULT_E_INVALIDPROPERTYInvalid property.
int VAULT_E_OFFLINEVaultServer OFFLINE.
int VAULT_E_CORBA_SYS_EXCEPTCORBA SYSTEM EXCEPTION.
int VAULT_E_CORBA_UNKNOWN_EXCEPTCORBA UNKNOWN EXCEPTION.
int VAULT_E_SERVER_COMM_FAILUREClient/Server communication failure.
int VAULT_E_NOMASTER_REFMaster Vault Client references are invalid.
int VAULT_E_LASTCALLTOREPETEInternal use only
int VAULT_E_UNKNOWN_METHODEUnknown methode
int VAULT_E_READ_ONLYVault Read Only Mode
ENOVIVaultError _beforeto 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()