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