Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.exceptions
Class DuplicateIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIdException
extends OdiException

Thrown when a duplicate object ids is detected by IdManager.

See Also:
Serialized Form

Constructor Summary
DuplicateIdException(java.lang.String pMessage)
          Constructs a new DuplicateIdException.
DuplicateIdException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a new DuplicateIdException.
DuplicateIdException(java.lang.Throwable pCause)
          Constructs a new DuplicateIdException.
 
Method Summary
 
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
 

Constructor Detail

DuplicateIdException

public DuplicateIdException(java.lang.String pMessage)
Constructs a new DuplicateIdException.

Parameters:
pMessage - the message for the exception.

DuplicateIdException

public DuplicateIdException(java.lang.String pMessage,
                            java.lang.Throwable pCause)
Constructs a new DuplicateIdException.

Parameters:
pMessage - the message for the exception.
pCause - the exception cause.

DuplicateIdException

public DuplicateIdException(java.lang.Throwable pCause)
Constructs a new DuplicateIdException.

Parameters:
pCause - the exception cause.

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.