org.sblim.wbem.cim
Class CIMTransportException
- Serializable
public class CIMTransportException
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 |
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.
|
equals , getCause , getDescription , getID , getMessage , getParams , getStatusCode , getStatusCode , getStatusFromCode , hashCode , initCause , setDescription , setParams , toString |
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
CIMTransportException
public CIMTransportException()
Constructs a CIMException with no detail message.
CIMTransportException
public CIMTransportException(String s)
Constructs a CIMException with the specified message.
CIMTransportException
public CIMTransportException(String s,
Object param)
Constructs a CIMException with the specified message and one extended
reason parameter.
CIMTransportException
public CIMTransportException(String s,
Object param1,
Object param2)
Constructs a CIMException with the specified message and one extended
reason parameter.
CIMTransportException
public CIMTransportException(String s,
Object param1,
Object param2,
Object param3)
Constructs a CIMException with the specified message and one extended
reason parameter.
CIMTransportException
public CIMTransportException(String s,
Object[] params)
Constructs a CIMException with the specified message and one extended
reason parameter.
CIMTransportException
public CIMTransportException(String s,
Throwable t)
Constructs a CIMException with the specified message and one extended
reason parameter.
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.