Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAlreadyExistException

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.DKAlreadyExistException
All Implemented Interfaces:
DKConstant, java.io.Serializable

public class DKAlreadyExistException
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
 
Constructor Summary
DKAlreadyExistException()
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId, int errorCode)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId, int errorCode, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId, java.lang.String errorState, int errorCode)
          Constructs a DKAlreadyExistException Exception
DKAlreadyExistException(java.lang.String message, int errorId, java.lang.String errorState, int errorCode, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKAlreadyExistException Exception
 
Method Summary
 short exceptionId()
          Get exception Identifier
 java.lang.String name()
          Get Exception name
 
Methods inherited from class com.ibm.mm.sdk.common.DKException
errorCode, errorState, getErrorId, setErrorId
 
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
 

Constructor Detail

DKAlreadyExistException

public DKAlreadyExistException()
Constructs a DKAlreadyExistException Exception

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId,
                               int errorCode)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier
errorCode - error code

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId,
                               java.lang.String errorState,
                               int errorCode)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier
errorState - error state
errorCode - error code

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId,
                               com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId,
                               int errorCode,
                               com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier
errorCode - error code

DKAlreadyExistException

public DKAlreadyExistException(java.lang.String message,
                               int errorId,
                               java.lang.String errorState,
                               int errorCode,
                               com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKAlreadyExistException Exception
Parameters:
message - message text
errorId - error identifier
errorState - error state
errorCode - error code
Method Detail

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

EIP Java APIs

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