Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive.exceptions
Class InterfaceExceptionMsgHandle

java.lang.Object
  extended by oracle.odi.internal.util.MessageHandle
      extended by oracle.odi.interfaces.interactive.exceptions.InterfaceExceptionMsgHandle


public class InterfaceExceptionMsgHandle
extends oracle.odi.internal.util.MessageHandle

Message handle for the odi_interface resource bundle. Each exception using the interface resource bundle for message translation must accept an instance of this class as a parameter, e.g. throw new VetoActionException(new InterfaceExceptionMsgHandle("ODI_10001"))

Since:
11.1.1.5.0

Constructor Summary
InterfaceExceptionMsgHandle(java.lang.String pMessageKey)
          Create an instance of MessageHandle.

 

Method Summary

 

Methods inherited from class oracle.odi.internal.util.MessageHandle
getAction, getCause, getMessage, getMessageID, getMessageKey

 

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

 

Constructor Detail

InterfaceExceptionMsgHandle

public InterfaceExceptionMsgHandle(java.lang.String pMessageKey)
Create an instance of MessageHandle.
Parameters:
pMessageKey - the message key in resource bundle

Skip navigation links

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

E17060-03


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