Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Class
com.sap.security.core.server.securestorage.exception.ObjectStorageException

Packages that use ObjectStorageException
com.sap.security.core.server.securestorage.remote   
 

Uses of ObjectStorageException in com.sap.security.core.server.securestorage.remote
 

Methods in com.sap.security.core.server.securestorage.remote that throw ObjectStorageException
 void RemoteSecureStorageClientContextInterface.storeObject(java.io.Serializable object, java.lang.String objectID)
           
 void RemoteSecureStorageClientContextImpl.storeObjectWithoutCommit(java.io.Serializable object, java.lang.String objectID)
          Stores a given object in the SecureStorage under the given objectID.
 void RemoteSecureStorageClientContextImpl.storeObject(java.io.Serializable object, java.lang.String objectID)
          Stores a given object in the SecureStorage under the given objectID
 


Copyright © 2002 SAP AG. All Rights Reserved.