org.sblim.cimclient

Class WBEMAuthenticationException

public class WBEMAuthenticationException extends RuntimeException

Deprecated: No more thrown anywhere, replaced by WBEMExeption(CIM_ERR_FAILED)

Class WBEMTransportException represents communication problems
Field Summary
static intEXT_ERR_PROXY_AUTHENTICATION
Proxy authentication required
static intEXT_ERR_UNAUTHORIZED
No authorization
Constructor Summary
WBEMAuthenticationException(int pExtendedId, String pMessage)
Ctor.
WBEMAuthenticationException(int pExtendedId)
Ctor.
WBEMAuthenticationException(int pExtendedId, String pMessage, Throwable pCause)
Ctor.
Method Summary
intgetId()
Returns the extended id.

Field Detail

EXT_ERR_PROXY_AUTHENTICATION

public static final int EXT_ERR_PROXY_AUTHENTICATION

Deprecated:

Proxy authentication required

EXT_ERR_UNAUTHORIZED

public static final int EXT_ERR_UNAUTHORIZED

Deprecated:

No authorization

Constructor Detail

WBEMAuthenticationException

public WBEMAuthenticationException(int pExtendedId, String pMessage)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message

WBEMAuthenticationException

public WBEMAuthenticationException(int pExtendedId)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class

WBEMAuthenticationException

public WBEMAuthenticationException(int pExtendedId, String pMessage, Throwable pCause)

Deprecated:

Ctor.

Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message pCause The corresponding exception

Method Detail

getId

public int getId()

Deprecated:

Returns the extended id. This is one of the id constants in this class.

Returns: The value of extended id.

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