Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKSizeOutOfBoundsException

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

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

DKSizeOutOfBoundsException

public DKSizeOutOfBoundsException()
Constructs a DKSizeOutOfBoundsException Exception

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

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

DKSizeOutOfBoundsException

public DKSizeOutOfBoundsException(java.lang.String message,
                                  int errorId,
                                  java.lang.String errorState,
                                  int errorCode,
                                  com.ibm.mm.sdk.logtool.DKLogMessageInserts mi)
Constructs a DKSizeOutOfBoundsException Exception
Parameters:
message - message text
errorId - error identifier
errorState - error state
errorCode - error code
mi - message inserts list
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.