com.ibm.mm.sdk.common
Class DKDataObjectAlreadyExists
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.mm.sdk.logtool.DKLogException
|
+--com.ibm.mm.sdk.common.DKException
|
+--com.ibm.mm.sdk.common.DKDatastoreAccessError
|
+--com.ibm.mm.sdk.common.DKDataObjectAlreadyExists
- All Implemented Interfaces:
- DKConstant, java.io.Serializable
- public class DKDataObjectAlreadyExists
- extends DKDatastoreAccessError
- implements java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Method Summary |
short |
exceptionId()
Get exception Identifier |
java.lang.String |
name()
Get Exception name |
Methods inherited from class com.ibm.mm.sdk.logtool.DKLogException |
getErrorEventIdString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DKDataObjectAlreadyExists
public DKDataObjectAlreadyExists()
- Constructs a DKDataObjectAlreadyExists Exception
DKDataObjectAlreadyExists
public DKDataObjectAlreadyExists(java.lang.String message)
- Constructs a DKDataObjectAlreadyExists Exception
- Parameters:
message
- message text
DKDataObjectAlreadyExists
public DKDataObjectAlreadyExists(java.lang.String message,
int errorId)
- Constructs a DKDataObjectAlreadyExists Exception
- Parameters:
message
- message texterrorId
- error identifier
DKDataObjectAlreadyExists
public DKDataObjectAlreadyExists(java.lang.String message,
int errorId,
int errorCode)
- Constructs a DKDataObjectAlreadyExists Exception
- Parameters:
message
- message texterrorId
- error identifiererrorCode
- error code
DKDataObjectAlreadyExists
public DKDataObjectAlreadyExists(java.lang.String message,
int errorId,
java.lang.String errorState,
int errorCode)
- Constructs a DKDataObjectAlreadyExists Exception
- Parameters:
message
- message texterrorId
- error identifiererrorState
- error stateerrorCode
- error code
name
public java.lang.String name()
- Get Exception name
- Overrides:
name
in class DKDatastoreAccessError
- Returns:
- Exception name
exceptionId
public short exceptionId()
- Get exception Identifier
- Overrides:
exceptionId
in class DKDatastoreAccessError
- Returns:
- exception Id
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.