org.sblim.wbem.cim

Class CIMSecurityException

Implemented Interfaces:
Serializable

public class CIMSecurityException
extends CIMException

CIMSecurityException.java (C) Copyright IBM Corp. 2005, 2009 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php

Field Summary

static String
EXT_ERR_ACCESS_DENIED
static String
EXT_ERR_CANNOT_ASSUME_ROLE
static String
EXT_ERR_CHECKSUME_ERROR
static String
EXT_ERR_INVALID_CERTIFICATE
static String
EXT_ERR_INVALID_CREDENTIAL
static String
EXT_ERR_INVALID_DATA
static String
EXT_ERR_INVALID_TRUSTSTORE
static String
EXT_ERR_NOT_HELLO
static String
EXT_ERR_NOT_RESPONSE
static String
EXT_ERR_NO_SUCH_PRINCIPAL
static String
EXT_ERR_NO_SUCH_ROLE
static String
EXT_ERR_NO_SUCH_SESSION

Fields inherited from class org.sblim.wbem.cim.CIMException

CIM_ERROR_NAMES, CIM_ERR_ACCESS_DENIED, 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_INVALID_SUPERCLASS, CIM_ERR_LOW_ON_MEMORY, CIM_ERR_METHOD_NOT_AVAILABLE, CIM_ERR_METHOD_NOT_FOUND, CIM_ERR_NOT_FOUND, CIM_ERR_NOT_IMPLEMENTED, CIM_ERR_NOT_SUPPORTED, CIM_ERR_NO_SUCH_PROPERTY, CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED, CIM_ERR_TYPE_MISMATCH, IBM_ERR_TIMED_OUT, IBM_ERR_VER_ERROR

Constructor Summary

CIMSecurityException()
Constructs a CIMException with no detail message.
CIMSecurityException(String s)
Constructs a CIMException with the specified message.
CIMSecurityException(String s, Object param)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMSecurityException(String s, Object param1, Object param2)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMSecurityException(String s, Object param1, Object param2, Object param3)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMSecurityException(String s, Object[] params)
Constructs a CIMException with the specified message and one extended reason parameter.
CIMSecurityException(String s, Throwable t)
Constructs a CIMException with the specified message and one extended reason parameter.

Method Summary

Methods inherited from class org.sblim.wbem.cim.CIMException

equals, getCause, getDescription, getID, getMessage, getParams, getStatusCode, getStatusCode, getStatusFromCode, hashCode, initCause, setDescription, setParams, toString

Field Details

EXT_ERR_ACCESS_DENIED

public static final String EXT_ERR_ACCESS_DENIED

EXT_ERR_CANNOT_ASSUME_ROLE

public static final String EXT_ERR_CANNOT_ASSUME_ROLE

EXT_ERR_CHECKSUME_ERROR

public static final String EXT_ERR_CHECKSUME_ERROR

EXT_ERR_INVALID_CERTIFICATE

public static final String EXT_ERR_INVALID_CERTIFICATE

EXT_ERR_INVALID_CREDENTIAL

public static final String EXT_ERR_INVALID_CREDENTIAL

EXT_ERR_INVALID_DATA

public static final String EXT_ERR_INVALID_DATA

EXT_ERR_INVALID_TRUSTSTORE

public static final String EXT_ERR_INVALID_TRUSTSTORE

EXT_ERR_NOT_HELLO

public static final String EXT_ERR_NOT_HELLO

EXT_ERR_NOT_RESPONSE

public static final String EXT_ERR_NOT_RESPONSE

EXT_ERR_NO_SUCH_PRINCIPAL

public static final String EXT_ERR_NO_SUCH_PRINCIPAL

EXT_ERR_NO_SUCH_ROLE

public static final String EXT_ERR_NO_SUCH_ROLE

EXT_ERR_NO_SUCH_SESSION

public static final String EXT_ERR_NO_SUCH_SESSION

Constructor Details

CIMSecurityException

public CIMSecurityException()
Constructs a CIMException with no detail message.

CIMSecurityException

public CIMSecurityException(String s)
Constructs a CIMException with the specified message.
Parameters:

CIMSecurityException

public CIMSecurityException(String s,
                            Object param)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMSecurityException

public CIMSecurityException(String s,
                            Object param1,
                            Object param2)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMSecurityException

public CIMSecurityException(String s,
                            Object param1,
                            Object param2,
                            Object param3)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMSecurityException

public CIMSecurityException(String s,
                            Object[] params)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

CIMSecurityException

public CIMSecurityException(String s,
                            Throwable t)
Constructs a CIMException with the specified message and one extended reason parameter.
Parameters:

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.