com.sun.wbem.cim
Class CIMQualifierTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.wbem.cim.CIMException
                    |
                    +--com.sun.wbem.cim.CIMSemanticException
                          |
                          +--com.sun.wbem.cim.CIMQualifierTypeException

public class CIMQualifierTypeException
extends CIMSemanticException

Exception class representing exceptions occuring when a qualifier type is defined.

Since:
WBEM 1.0
See Also:
Serialized Form

Field Summary
static java.lang.String DUP_QUALIFIER_TYPE
          Deprecated.  
 
Fields inherited from class com.sun.wbem.cim.CIMSemanticException
INVALID_QUALIFIER_NAME, NO_QUALIFIER_VALUE, NO_SUCH_QUALIFIER1, NO_SUCH_QUALIFIER2, QUALIFIER_UNOVERRIDABLE, SCOPE_ERROR, TYPE_ERROR
 
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
CIMQualifierTypeException()
          Creates a CIMQualifierTypeException with a default message.
CIMQualifierTypeException(java.lang.String s)
          Creates a CIMQualifierTypeException with the specified message.
CIMQualifierTypeException(java.lang.String s, java.lang.Object param)
          Creates a CIMQualifierTypeException with the specified message and one exception parameter.
CIMQualifierTypeException(java.lang.String s, java.lang.Object[] param)
          Creates a CIMQualifierTypeException with the specified message and an array of exception parameters.
CIMQualifierTypeException(java.lang.String s, java.lang.Object param1, java.lang.Object param2)
          Creates a CIMQualifierTypeException with the specified message and two exception parameters.
CIMQualifierTypeException(java.lang.String s, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
          Creates a CIMQualifierTypeException with the specified 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

DUP_QUALIFIER_TYPE

public static final java.lang.String DUP_QUALIFIER_TYPE
Deprecated.  

Duplicate qualifier type.
Constructor Detail

CIMQualifierTypeException

public CIMQualifierTypeException()
Creates a CIMQualifierTypeException with a default message.

CIMQualifierTypeException

public CIMQualifierTypeException(java.lang.String s)
Creates a CIMQualifierTypeException with the specified message.
Parameters:
s - the detail message.

CIMQualifierTypeException

public CIMQualifierTypeException(java.lang.String s,
                                 java.lang.Object param)
Creates a CIMQualifierTypeException with the specified message and one exception parameter.
Parameters:
s - the detail message.
param - exception parameter.

CIMQualifierTypeException

public CIMQualifierTypeException(java.lang.String s,
                                 java.lang.Object param1,
                                 java.lang.Object param2)
Creates a CIMQualifierTypeException with the specified message and two exception parameters.
Parameters:
s - the detail message.
param1 - first Exception parameter.
param2 - second Exception parameter.

CIMQualifierTypeException

public CIMQualifierTypeException(java.lang.String s,
                                 java.lang.Object param1,
                                 java.lang.Object param2,
                                 java.lang.Object param3)
Creates a CIMQualifierTypeException with the specified message and three exception parameters.
Parameters:
s - the detail message.
param1 - first Exception parameter.
param2 - second Exception parameter.
param3 - third Exception parameter.

CIMQualifierTypeException

public CIMQualifierTypeException(java.lang.String s,
                                 java.lang.Object[] param)
Creates a CIMQualifierTypeException with the specified message and an array of exception parameters.
Parameters:
s - the detail message.
param - array of exception parameters