Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKNotExistException

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

public class DKNotExistException
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
DKNotExistException()
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId, int errorCode)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId, int errorCode, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId, java.lang.String errorState, int errorCode)
          Constructs a DKNotExistException Exception
DKNotExistException(java.lang.String message, int errorId, java.lang.String errorState, int errorCode, com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
          Constructs a DKNotExistException 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

DKNotExistException

public DKNotExistException()
Constructs a DKNotExistException Exception

DKNotExistException

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

DKNotExistException

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

DKNotExistException

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

DKNotExistException

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

DKNotExistException

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

DKNotExistException

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

DKNotExistException

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

DKNotExistException

public DKNotExistException(java.lang.String message,
                           int errorId,
                           java.lang.String errorState,
                           int errorCode,
                           com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKNotExistException 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.