Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Class BomExplosionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.apps.cz.cio.BomExplosionException
All Implemented Interfaces:
java.io.Serializable

public class BomExplosionException
extends java.lang.Exception

Exception which is thrown when a client tries to create a configuration directly from an Apps bill of material and there is a problem with the explosion of the bill.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
static boolean RCS_ID_RECORDED

Method Summary
java.util.Date getExplosionDate()
int getInventoryItemId()
int getOrganizationId()

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Method Detail

getInventoryItemId

public int getInventoryItemId()

getOrganizationId

public int getOrganizationId()

getExplosionDate

public java.util.Date getExplosionDate()

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.