|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.wbem.cim.CIMException
|
+--javax.wbem.client.CIMSecurityException
Exception class representing security exceptions that occur in the CIM object manager during authentication/authorization and in providers during authorization.
| Field Summary | |
static java.lang.String |
CANNOT_ASSUME_ROLE
The specified principal cannot assume the specified role. |
static java.lang.String |
CHECKSUM_ERROR
Checksum error. |
static java.lang.String |
CIM_ERR_ACCESS_DENIED
The user has insufficient rights to perform the operation. |
static java.lang.String |
INVALID_CREDENTIAL
The provided usr or role credential(such as user passwd) is invalid. |
static java.lang.String |
INVALID_DATA
The security authenticator data is invalid, or is not consistent with the security mechanism being used. |
static java.lang.String |
NO_SUCH_PRINCIPAL
The specified principal (such as user account) cannot be found. |
static java.lang.String |
NO_SUCH_ROLE
The specified role cannot be found, or is not a role identity. |
static java.lang.String |
NO_SUCH_SESSION
The session with the given id does not exist. |
static java.lang.String |
NOT_HELLO
When the first hello message is not in the correct format. |
static java.lang.String |
NOT_RESPONSE
The first response message is not in the correct format. |
| Constructor Summary | |
CIMSecurityException()
Creates a CIMSecurityException with no detail message. |
|
CIMSecurityException(java.lang.String s)
Creates a CIMSecurityException with the specified detail message. |
|
CIMSecurityException(java.lang.String s,
java.lang.Object param)
Creates a CIMSecurityException with the specified detail message and one exception parameter. |
|
CIMSecurityException(java.lang.String s,
java.lang.Object[] param)
Constructs a CIMSecurityException with the specified detail message and an array of exception parameters. |
|
CIMSecurityException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Constructs a CIMSecurityException with the specified detail message and two exception parameters. |
|
CIMSecurityException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Constructs a CIMSecurityException with the specified detail message and three exception parameters. |
|
| Methods inherited from class javax.wbem.cim.CIMException |
getID, getParams, getXmlCode, getXmlCode, isXmlCode, setParams, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String INVALID_DATA
public static final java.lang.String NOT_HELLO
public static final java.lang.String NOT_RESPONSE
public static final java.lang.String NO_SUCH_SESSION
public static final java.lang.String CIM_ERR_ACCESS_DENIED
public static final java.lang.String CHECKSUM_ERROR
public static final java.lang.String NO_SUCH_PRINCIPAL
public static final java.lang.String INVALID_CREDENTIAL
public static final java.lang.String NO_SUCH_ROLE
public static final java.lang.String CANNOT_ASSUME_ROLE
| Constructor Detail |
public CIMSecurityException()
public CIMSecurityException(java.lang.String s)
s - the detail message.
public CIMSecurityException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - exception parameter.
public CIMSecurityException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.
public CIMSecurityException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.param3 - third Exception parameter.
public CIMSecurityException(java.lang.String s,
java.lang.Object[] param)
s - the detail message.param - array of exception parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||