org.sblim.wbem.cim

Class CIMTransportException

Implemented Interfaces:
Serializable

public class CIMTransportException
extends CIMException

Author:
Roberto

Field Summary

static String
EXT_ERR_NO_CIMOM
static String
EXT_ERR_TIME_OUT
static String
EXT_ERR_UNABLE_TO_CONNECT
static String
EXT_ERR_UNKNOWN_SERVER

Fields inherited from class org.sblim.wbem.cim.CIMException

CIM_ERROR_NAMES, CIM_ERR_ACCESS_DENIED, CIM_ERR_ALREADY_EXISTS, CIM_ERR_CLASS_HAS_CHILDREN, CIM_ERR_CLASS_HAS_INSTANCES, CIM_ERR_FAILED, CIM_ERR_INVALID_CLASS, CIM_ERR_INVALID_NAMESPACE, CIM_ERR_INVALID_PARAMETER, CIM_ERR_INVALID_QUERY, CIM_ERR_INVALID_SUPERCLASS, CIM_ERR_LOW_ON_MEMORY, CIM_ERR_METHOD_NOT_AVAILABLE, CIM_ERR_METHOD_NOT_FOUND, CIM_ERR_NOT_FOUND, CIM_ERR_NOT_IMPLEMENTED, CIM_ERR_NOT_SUPPORTED, CIM_ERR_NO_SUCH_PROPERTY, CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED, CIM_ERR_TYPE_MISMATCH, IBM_ERR_TIMED_OUT, IBM_ERR_VER_ERROR

Constructor Summary

CIMTransportException()
Constructs a CIMException with no detail message.
CIMTransportException(String s)
Constructs a CIMException with the specified message.
CIMTransportException(String s, Object param)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMTransportException(String s, Object param1, Object param2)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMTransportException(String s, Object param1, Object param2, Object param3)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMTransportException(String s, Object[] params)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMTransportException(String s, Throwable t)
Constructs a CIMException with the specified message and one extended reason parameter.

Method Summary

Methods inherited from class org.sblim.wbem.cim.CIMException

equals, getCause, getDescription, getID, getMessage, getParams, getStatusCode, getStatusCode, getStatusFromCode, hashCode, initCause, setDescription, setParams, toString

Field Details

EXT_ERR_NO_CIMOM

public static final String EXT_ERR_NO_CIMOM

EXT_ERR_TIME_OUT

public static final String EXT_ERR_TIME_OUT

EXT_ERR_UNABLE_TO_CONNECT

public static final String EXT_ERR_UNABLE_TO_CONNECT

EXT_ERR_UNKNOWN_SERVER

public static final String EXT_ERR_UNKNOWN_SERVER

Constructor Details

CIMTransportException

public CIMTransportException()
Constructs a CIMException with no detail message.

CIMTransportException

public CIMTransportException(String s)
Constructs a CIMException with the specified message.
Parameters:

CIMTransportException

public CIMTransportException(String s,
                             Object param)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMTransportException

public CIMTransportException(String s,
                             Object param1,
                             Object param2)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMTransportException

public CIMTransportException(String s,
                             Object param1,
                             Object param2,
                             Object param3)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMTransportException

public CIMTransportException(String s,
                             Object[] params)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMTransportException

public CIMTransportException(String s,
                             Throwable t)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.