org.sblim.wbem.cim

Class CIMAuthenticationException

Implemented Interfaces:
Serializable

public class CIMAuthenticationException
extends CIMException

Describes exceptional events associated with the authentication of the client.

Field Summary

static String
EXT_ERR_AUTHENTICATION
static String
EXT_ERR_PROXY_AUTHENTICATION

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

CIMAuthenticationException()
Constructs a CIMException with no detail message.
CIMAuthenticationException(String s)
Constructs a CIMException with the specified message.
CIMAuthenticationException(String s, Object param)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMAuthenticationException(String s, Object param1, Object param2)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMAuthenticationException(String s, Object param1, Object param2, Object param3)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMAuthenticationException(String s, Object[] params)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMAuthenticationException(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_AUTHENTICATION

public static final String EXT_ERR_AUTHENTICATION

EXT_ERR_PROXY_AUTHENTICATION

public static final String EXT_ERR_PROXY_AUTHENTICATION

Constructor Details

CIMAuthenticationException

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

CIMAuthenticationException

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

CIMAuthenticationException

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

CIMAuthenticationException

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

CIMAuthenticationException

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

CIMAuthenticationException

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

CIMAuthenticationException

public CIMAuthenticationException(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.