|
||||||||||
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_FAILED)
public class WBEMAuthenticationException
Class WBEMTransportException 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 |
---|
public static final int EXT_ERR_UNAUTHORIZED
public static final int EXT_ERR_PROXY_AUTHENTICATION
Constructor Detail |
---|
public WBEMAuthenticationException(int pExtendedId, java.lang.String pMessage)
pExtendedId
- One of the id constants in this classpMessage
- The corresponding messagepublic WBEMAuthenticationException(int pExtendedId)
pExtendedId
- One of the id constants in this classpublic 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 exceptionMethod Detail |
---|
public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |