org.sblim.cimclient
public class WBEMAuthenticationException extends RuntimeException
Deprecated: No more thrown anywhere, replaced by
WBEMExeption(CIM_ERR_FAILED)
Field Summary | |
---|---|
static int | EXT_ERR_PROXY_AUTHENTICATION
Proxy authentication required
|
static int | EXT_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 | |
---|---|
int | getId()
Returns the extended id. |
Deprecated:
Proxy authentication requiredDeprecated:
No authorizationDeprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message
Deprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class
Deprecated:
Ctor.Parameters: pExtendedId One of the id constants in this class pMessage The corresponding message pCause The corresponding exception
Deprecated:
Returns the extended id. This is one of the id constants in this class.Returns: The value of extended id.