|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCIMException
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 user or role credential( 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(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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CANNOT_ASSUME_ROLE
public static final java.lang.String CHECKSUM_ERROR
public static final java.lang.String CIM_ERR_ACCESS_DENIED
public static final java.lang.String INVALID_CREDENTIAL
public static final java.lang.String INVALID_DATA
public static final java.lang.String NO_SUCH_PRINCIPAL
public static final java.lang.String NO_SUCH_ROLE
public static final java.lang.String NO_SUCH_SESSION
public static final java.lang.String NOT_HELLO
public static final java.lang.String NOT_RESPONSE
| 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[] param)
s - the detail message.param - array of exception parameters.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||