|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sblim.cimclient.WBEMAuthenticationException
WBEMExeption(CIM_ERR_ACCESS_DENIED)
@Deprecated public class WBEMAuthenticationException
Class WBEMAuthenticationException represents communication problems
| 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 |
|---|
@Deprecated public static final int EXT_ERR_UNAUTHORIZED
@Deprecated public static final int EXT_ERR_PROXY_AUTHENTICATION
| Constructor Detail |
|---|
@Deprecated
public WBEMAuthenticationException(int pExtendedId,
java.lang.String pMessage)
pExtendedId - One of the id constants in this classpMessage - The corresponding message@Deprecated public WBEMAuthenticationException(int pExtendedId)
pExtendedId - One of the id constants in this class
@Deprecated
public WBEMAuthenticationException(int pExtendedId,
java.lang.String pMessage,
java.lang.Throwable pCause)
pExtendedId - One of the id constants in this classpMessage - The corresponding messagepCause - The corresponding exception| Method Detail |
|---|
@Deprecated public int getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||