Uses of Class
org.sblim.wbem.cim.CIMException
Packages that use CIMException
Package
Description
Representation of CIM data in Java.
Internal implementation of CIM-XML helper classes
Public API for client connections and WBEM operations.
Public API for creation of indication listeners.
Public API for batch operations.
Internal implementation of XML processing
-
Uses of CIMException in org.sblim.wbem.cim
Subclasses of CIMException in org.sblim.wbem.cimModifier and TypeClassDescriptionclass
Describes exceptional events associated with the authentication of the client.class
class
Methods in org.sblim.wbem.cim that throw CIMExceptionModifier and TypeMethodDescriptionCIMNameSpace.getHostURI()
Returns the URI representation of the CIMNameSpace.CIMNameSpace.getHostURL()
Returns the URL representation of the CIMNameSpace.static CIMNameSpace
Deprecated.The CIMNameSpace(String) constructor must be used instead of this method.void
CIMNameSpace.setNameSpace
(String pNamespace) Specifies the namespace for this CIMNameSpace object.CIMProperty.setQualifier
(CIMQualifier pQualifier) Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.Constructors in org.sblim.wbem.cim that throw CIMExceptionModifierConstructorDescriptionConstructs and instantiates a default CIM namespace name.CIMNameSpace
(String pURI) Constructs a CIM namespace, pointing to a specified host or URI (protocol://hostname[:port]/file), i.e.CIMNameSpace
(String pHost, String pNamespace) Constructs an object which represents a CIMNameSpace.CIMObjectPath
(String pClassName, String pNamespace) Constructs a CIMObjectPath with the specified ClassName, on the defined namespace. -
Uses of CIMException in org.sblim.wbem.cimxml
Methods in org.sblim.wbem.cimxml that throw CIMExceptionModifier and TypeMethodDescriptionCIMXmlUtil.CIMElementToXml
(CIMElement obj) Returns a string representing the CIM-XML of a CIMElement.CIMXmlUtil.getCIMElement
(String str) Construct a Java object representing the CIMElement from the XML representation. -
Uses of CIMException in org.sblim.wbem.client
Methods in org.sblim.wbem.client that throw CIMExceptionModifier and TypeMethodDescriptionvoid
CIMClient.addCIMListener
(CIMListener pListener) Adds the specified CIMListener to start receiving indications from the CIM server.void
CIMClientXML.addCIMListener
(CIMListener pListener) void
CIMClientXML.addCIMListener
(CIMListener pListener, String pId) void
CIMOMHandle.addCIMListener
(CIMListener pListener) CIMClient.associatorNames
(CIMObjectPath pObjectPath) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.CIMClient.associatorNames
(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns CIM object paths to these objects.CIMClientXML.associatorNames
(CIMObjectPath pPath) CIMClientXML.associatorNames
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) CIMOMHandle.associatorNames
(CIMObjectPath pPath) CIMOMHandle.associatorNames
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) CIMClient.associators
(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM objects on the target CIM server that are at the other end of all associations connecting to a source CIM object at this end of these associations, and returns copies of these CIM objects.CIMClientXML.associators
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.associators
(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) void
CIMClient.close()
Closes the connection to the CIM server.void
CIMClient.close
(boolean pKeepEnumerations) Closes the connection to the CIM server.void
CIMClientXML.close()
void
CIMClientXML.close
(boolean pKeepEnumerations) void
CIMOMHandle.close()
void
CIMOMHandle.close
(boolean pKeepEnumerations) void
CIMClient.createClass
(CIMObjectPath pClassPath, CIMClass pNewClass) Creates a CIM class on the target CIM server.void
CIMClientXML.createClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMOMHandle.createClass
(CIMObjectPath pPath, CIMClass pClass) CIMClient.createInstance
(CIMObjectPath pNamespacePath, CIMInstance pNewInstance) Creates a CIM instance in the specified namespace on the target CIM server.CIMClientXML.createInstance
(CIMObjectPath pObjectName, CIMInstance pInstance) CIMOMHandle.createInstance
(CIMObjectPath pPath, CIMInstance instance) void
CIMClient.createNameSpace
(CIMNameSpace pNameSpace) Creates a CIM namespace on the target CIM server.void
CIMClientXML.createNameSpace
(CIMNameSpace pNamespace) void
CIMOMHandle.createNameSpace
(CIMNameSpace pNamespace) void
CIMClient.createQualifierType
(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.void
CIMClientXML.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMOMHandle.createQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMClient.deleteClass
(CIMObjectPath pClassPath) Deletes a CIM class on the target CIM server.void
CIMClientXML.deleteClass
(CIMObjectPath pPath) void
CIMOMHandle.deleteClass
(CIMObjectPath pPath) void
CIMClient.deleteInstance
(CIMObjectPath pInstancePath) Deletes a CIM instance on the target CIM server.void
CIMClientXML.deleteInstance
(CIMObjectPath pPath) void
CIMOMHandle.deleteInstance
(CIMObjectPath pPath) void
CIMClient.deleteNameSpace
(CIMNameSpace pNameSpace) Deletes a CIM namespace from the target CIM server.void
CIMClientXML.deleteNameSpace
(CIMNameSpace pNamespace) void
CIMOMHandle.deleteNameSpace
(CIMNameSpace pNamespace) void
CIMClient.deleteQualifierType
(CIMObjectPath pQualifierPath) Deletes a CIM qualifier declaration on the target CIM server.void
CIMClientXML.deleteQualifierType
(CIMObjectPath pPath) void
CIMOMHandle.deleteQualifierType
(CIMObjectPath pPath) CIMClient.enumClass
(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumClass
(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumClass
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses()
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses
(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses
(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClient.enumerateClasses
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.CIMClientXML.enumerateClasses
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) CIMOMHandle.enumerateClasses
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) CIMClient.enumerateClassNames()
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.CIMClient.enumerateClassNames
(CIMObjectPath pClassPath) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.CIMClient.enumerateClassNames
(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.CIMClientXML.enumerateClassNames
(CIMObjectPath pObjectName, boolean pDeep) CIMOMHandle.enumerateClassNames
(CIMObjectPath pPath, boolean pDeep) CIMClient.enumerateInstanceNames
(CIMObjectPath pClassPath) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns CIM instance paths to these instances.CIMClientXML.enumerateInstanceNames
(CIMObjectPath pPath) CIMOMHandle.enumerateInstanceNames
(CIMObjectPath pPath) CIMClient.enumerateInstances
(CIMObjectPath pClassPath) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClientXML.enumerateInstances
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.enumerateInstances
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMClient.enumInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pLocalOnly) Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.CIMClient.enumNameSpace
(CIMObjectPath pNamespacePath, boolean pDeep) Enumerates the CIM namespaces on the target CIM server, and returns CIM instance paths to the CIM_Namespace instances representing them.CIMClientXML.enumNameSpace
(CIMObjectPath pPath, boolean pDeep) CIMOMHandle.enumNameSpace
(CIMObjectPath pPath, boolean pDeep) CIMClient.enumQualifierTypes
(CIMObjectPath pNamespacePath) Enumerates the CIM qualifier declarations in a namespace on the target CIM server.CIMClientXML.enumQualifierTypes
(CIMObjectPath pPath) CIMOMHandle.enumQualifierTypes
(CIMObjectPath pPath) CIMClient.execQuery
(CIMObjectPath pNamespacePath, String pQuery, String pQueryLanguage) Executes a query on the target CIM server.CIMClientXML.execQuery
(CIMObjectPath pPath) CIMClientXML.execQuery
(CIMObjectPath pPath, String pQuery, String pQueryLanguage) CIMOMHandle.execQuery
(CIMObjectPath pPath, String pQuery, String pQueryLanguage) CIMClient.getClass
(CIMObjectPath pClassPath) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Gets a copy of a CIM class from the target CIM server.CIMClient.getClass
(CIMObjectPath pClassPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Gets a copy of a CIM class from the target CIM server.CIMClientXML.getClass
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.getClass
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) static CIMOMHandle
CIMClientFactory.getClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol) Deprecated.Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) insteadstatic CIMOMHandle
CIMClientFactory.getClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Constructs aCIMOMHandle
with connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.CIMClient.getIndicationHandler
(CIMListener pListener) This methods return an instance of CIM_IndicationHandler, since CIM over HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is returned.CIMClientXML.getIndicationHandler
(CIMListener pListener) CIMOMHandle.getIndicationHandler
(CIMListener pListener) CIMClient.getIndicationListener
(CIMListener pListener) This methods return an instance of CIM_IndicationDestination, since CIM over HTTP is used as transport an instance of CIM_ListenerDestinationCIMXML is returned.CIMClientXML.getIndicationListener
(CIMListener pListener) CIMOMHandle.getIndicationListener
(CIMListener pListener) CIMClient.getInstance
(CIMObjectPath pInstancePath) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly) Gets a copy of a CIM instance.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Gets a copy of a CIM instance from the target CIM server.CIMClientXML.getInstance
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.getInstance
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMClient.getProperty
(CIMObjectPath pInstancePath, String pPropertyName) Gets a copy of a property value of a CIM instance on the target CIM server.CIMClientXML.getProperty
(CIMObjectPath pPath, String pPropertyName) CIMOMHandle.getProperty
(CIMObjectPath pPath, String pPropertyName) CIMClient.getQualifierType
(CIMObjectPath pQualifierPath) Gets a copy of a CIM qualifier declaration from the target CIM server.CIMClientXML.getQualifierType
(CIMObjectPath pPath) CIMClientXML.getQualifierType
(CIMObjectPath pPath, String pQualifierType) CIMOMHandle.getQualifierType
(CIMObjectPath pPath) BatchResult.getResult
(int operationID) Returns the object produced by the specified batch operation.void
CIMClientXML.init
(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) CIMClient.invokeMethod
(CIMObjectPath pObjectPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.CIMClient.invokeMethod
(CIMObjectPath pObjectPath, String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments) Deprecated.It is not recommended to use this method, since the number of output parameters may be extended by the CIM provider in the future.CIMClientXML.invokeMethod
(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments) CIMOMHandle.invokeMethod
(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments) CIMClient.performBatchOperations
(BatchHandle pBatchHandle) Performs the operations specified in the BatchHandle object.CIMClientXML.performBatchOperations
(BatchHandle pBatchHandle) CIMOMHandle.performBatchOperations
(BatchHandle pBatchHandle) void
CIMClientXML.preCheck
(CIMNameSpace pNamespace) void
CIMClientXML.preCheck
(CIMObjectPath pPath) CIMClient.referenceNames
(CIMObjectPath pObjectPath) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.CIMClient.referenceNames
(CIMObjectPath pObjectPath, String pResultClass, String pRole) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.CIMClientXML.referenceNames
(CIMObjectPath pPath) CIMClientXML.referenceNames
(CIMObjectPath pPath, String pResultClass, String pRole) CIMOMHandle.referenceNames
(CIMObjectPath pPath) CIMOMHandle.referenceNames
(CIMObjectPath pPath, String pResultClass, String pRole) CIMClient.references
(CIMObjectPath pObjectPath) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.CIMClient.references
(CIMObjectPath pObjectPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.CIMClientXML.references
(CIMObjectPath pPath) CIMClientXML.references
(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.references
(CIMObjectPath pPath) CIMOMHandle.references
(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) void
CIMClient.removeCIMListener
(CIMListener pListener) Removes the specified CIMListener, to stop receiving indications from the CIM server.void
CIMClientXML.removeCIMListener
(CIMListener pListener) void
CIMOMHandle.removeCIMListener
(CIMListener pListener) void
CIMClient.setClass
(CIMObjectPath pClassPath, CIMClass pModifiedClass) Modifies a CIM class on the target CIM server.void
CIMClientXML.setClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMOMHandle.setClass
(CIMObjectPath pPath, CIMClass pClass) void
CIMClient.setInstance
(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance) Modifies a CIM instance on the target CIM server.void
CIMClient.setInstance
(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance, boolean pIncludeQualifiers, String[] pPropertyList) Modifies a CIM instance on the target CIM server.void
CIMClientXML.setInstance
(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) void
CIMOMHandle.setInstance
(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) void
CIMClient.setProperty
(CIMObjectPath pInstancePath, String pPropertyName) Modifies a property value of a CIM instance on the target CIM server.void
CIMClient.setProperty
(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue) Modifies a property value of a CIM instance on the target CIM server.void
CIMClientXML.setProperty
(CIMObjectPath pPath, String pPropertyName) void
CIMClientXML.setProperty
(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) void
CIMOMHandle.setProperty
(CIMObjectPath pPath, String pPropertyName) void
CIMOMHandle.setProperty
(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) void
CIMClient.setQualifierType
(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType) Creates or replaces a CIM qualifier declaration on the target CIM server.void
CIMClientXML.setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) void
CIMOMHandle.setQualifierType
(CIMObjectPath pPath, CIMQualifierType pQualifierType) CIMClientXML.transmitRequest
(String pCimMethod, HttpHeader pHeader, Document pDocument) Constructors in org.sblim.wbem.client that throw CIMExceptionModifierConstructorDescriptionCIMClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential) Initializes thisCIMClient
with connection information to a target CIM server and a default namespace, using the specified principal and credential, and using the default protocolCIM_XML
(CIM Operations over HTTP).CIMClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol) Initializes thisCIMClient
with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.CIMClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Initializes thisCIMClient
with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.CIMClient
(CIMOMHandle pCimomHandle) Initializes thisCIMClient
from an existingCIMOMHandle
.CIMClientXML
(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol) CIMClientXML
(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) -
Uses of CIMException in org.sblim.wbem.client.indications
Constructors in org.sblim.wbem.client.indications with parameters of type CIMExceptionModifierConstructorDescriptionCIMError
(CIMException pCimException) Construct a CIMError object from the given CIMException. -
Uses of CIMException in org.sblim.wbem.client.operations
Methods in org.sblim.wbem.client.operations that throw CIMException -
Uses of CIMException in org.sblim.wbem.xml
Fields in org.sblim.wbem.xml declared as CIMExceptionMethods in org.sblim.wbem.xml that return CIMExceptionModifier and TypeMethodDescriptionCIMResponse.getException()
static CIMException
CIMXMLParserImpl.parseERROR
(Element errorE) Methods in org.sblim.wbem.xml with parameters of type CIMExceptionMethods in org.sblim.wbem.xml that throw CIMExceptionModifier and TypeMethodDescriptionvoid
CIMResponse.checkError()
Verify the status code for this CIMResponse.CIMClientXML_HelperImpl.performBatchOperation_request
(Document doc, Vector operations)