|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.sun.wbem.cim.CIMException | +--com.sun.wbem.cim.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 credential(e.g. |
static java.lang.String |
NO_SUCH_PRINCIPAL
The specified principal(e.g. |
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. |
static java.lang.String |
SIGNATURE_ERROR
Deprecated. |
Fields inherited from class com.sun.wbem.cim.CIMException |
CIM_ERR_ALREADY_EXISTS,
CIM_ERR_CLASS_HAS_CHILDREN,
CIM_ERR_CLASS_HAS_INSTANCES,
CIM_ERR_FAILED,
CIM_ERR_INVALID_CLASS,
CIM_ERR_INVALID_NAMESPACE,
CIM_ERR_INVALID_PARAMETER,
CIM_ERR_INVALID_QUERY,
CIM_ERR_LOW_ON_MEMORY,
CIM_ERR_NOT_FOUND,
CIM_ERR_NOT_SUPPORTED,
DEFAULT,
PDEFAULT,
VER_ERROR |
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 com.sun.wbem.cim.CIMException |
getID,
getParams,
getXmlCode,
getXmlCode,
isXmlCode,
setParams,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
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 SIGNATURE_ERROR
public static final java.lang.String NO_SUCH_PRINCIPAL
public static final java.lang.String INVALID_CREDENTIAL
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 | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |