Enterprise Information Portal APIs

com.ibm.mm.beans
Class CMBMethodNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.mm.beans.CMBException
                    |
                    +--com.ibm.mm.beans.CMBMethodNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class CMBMethodNotSupportedException
extends CMBException

This exception occurs when a data manipulation or checkin/checkout/unlock performed by CMBDataManagement bean is not supported by the content server for an item.

Since:
6.1
See Also:
CMBDataManagement, Serialized Form

Fields inherited from class com.ibm.mm.beans.CMBException
CMB_ERR_ATTR_ALREADY_EXIST, CMB_ERR_ATTR_INVALID_VALUE, CMB_ERR_ATTR_NOT_EXIST, CMB_ERR_CONNECT_FAILED, CMB_ERR_CONNECTION_NOT_SET, CMB_ERR_CURSOR_NOT_VALID, CMB_ERR_ENTITY_NOT_SET, CMB_ERR_ICM_DOC_ROUTING_EXCEPTION, CMB_ERR_IKF_SERVER_EXCEPTION, CMB_ERR_INVALID_METHOD, CMB_ERR_INVALID_QUERY, CMB_ERR_INVALID_VERSION, CMB_ERR_ITEM_NOT_EXIST, CMB_ERR_ITEM_NOT_RETRIEVED, CMB_ERR_ITEM_NOT_SET, CMB_ERR_RESULTS_INVALID, CMB_ERR_SEARCH_IN_PROGRESS, CMB_ERR_SERVER_EXCEPTION, CMB_ERR_TEMPLATE_NOT_EXIST, CMB_ERR_UNKNOWN, CMB_ERR_WF_SERVER_EXCEPTION
 
Constructor Summary
CMBMethodNotSupportedException(java.lang.String message, java.lang.String serverType, java.lang.String methodName)
          Constructs a CMBMethodNotSupportedException.
 
Method Summary
 java.lang.String getMethodName()
          Gets the method name that is not supported
 java.lang.String getServerType()
          Gets the server type
 java.lang.String name()
          Get Exception name
 
Methods inherited from class com.ibm.mm.beans.CMBException
getErrorData, getErrorExtraData, getErrorId, printStackTrace, printStackTrace, printStackTrace, setErrorData, setErrorExtraData, setErrorId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMBMethodNotSupportedException

public CMBMethodNotSupportedException(java.lang.String message,
                                      java.lang.String serverType,
                                      java.lang.String methodName)
Constructs a CMBMethodNotSupportedException.
Parameters:
message - error message
serverType - type of the server
methodName - name of the method that is not supported by the server
Method Detail

name

public java.lang.String name()
Get Exception name
Overrides:
name in class CMBException
Returns:
Exception name

getServerType

public java.lang.String getServerType()
Gets the server type
Returns:
string represents the server type. Possible types could be: "DL", "OD", "DD", "V4", "IP", etc

getMethodName

public java.lang.String getMethodName()
Gets the method name that is not supported
Returns:
name of method

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.