org.sblim.cimclient
Class WBEMAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sblim.cimclient.WBEMAuthenticationException
All Implemented Interfaces:
java.io.Serializable

Deprecated. No more thrown anywhere, replaced by WBEMExeption(CIM_ERR_ACCESS_DENIED)

@Deprecated
public class WBEMAuthenticationException
extends java.lang.RuntimeException

Class WBEMAuthenticationException represents communication problems

See Also:
Serialized Form

Field Summary
static int EXT_ERR_PROXY_AUTHENTICATION
          Deprecated.  
static int EXT_ERR_UNAUTHORIZED
          Deprecated.  
 
Constructor Summary
WBEMAuthenticationException(int pExtendedId)
          Deprecated.  
WBEMAuthenticationException(int pExtendedId, java.lang.String pMessage)
          Deprecated.  
WBEMAuthenticationException(int pExtendedId, java.lang.String pMessage, java.lang.Throwable pCause)
          Deprecated.  
 
Method Summary
 int getId()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXT_ERR_UNAUTHORIZED

@Deprecated
public static final int EXT_ERR_UNAUTHORIZED
Deprecated. 
No authorization

See Also:
Constant Field Values

EXT_ERR_PROXY_AUTHENTICATION

@Deprecated
public static final int EXT_ERR_PROXY_AUTHENTICATION
Deprecated. 
Proxy authentication required

See Also:
Constant Field Values
Constructor Detail

WBEMAuthenticationException

@Deprecated
public WBEMAuthenticationException(int pExtendedId,
                                              java.lang.String pMessage)
Deprecated. 

Ctor.

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

WBEMAuthenticationException

@Deprecated
public WBEMAuthenticationException(int pExtendedId)
Deprecated. 

Ctor.

Parameters:
pExtendedId - One of the id constants in this class

WBEMAuthenticationException

@Deprecated
public WBEMAuthenticationException(int pExtendedId,
                                              java.lang.String pMessage,
                                              java.lang.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

@Deprecated
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.