interMedia BC4J Integration

oracle.ord.im
Class OrdJboException

oracle.ord.im.OrdJboException
Direct Known Subclasses:
ClassNotSupportedException, DomainNoOwnerException, MethodNotImplementedException, NotConnectedException, NotOrdDomainException, WrongTierException

public class OrdJboException

The top level exception class for the interMedia Business Components for Java integration package.

Since:
JDev3.2

Constructor Summary
OrdJboException(java.lang.String errorCode, java.lang.Object[] params)
          Constructs an OrdJboException instance.
 
Method Summary
TypeMethod
 java.lang.String getProductCode()
          Returns a message's product code.
 java.lang.String getResourceName()
          Returns the name of the ResourceBundle used to localize or resolve messages.
 

Constructor Detail

OrdJboException

public OrdJboException(java.lang.String errorCode,
                       java.lang.Object[] params)
Constructs an OrdJboException instance.
Parameters:
errorCode - error code, a key associated with a message in the resource bundle
params - the error message's parameters
Method Detail

getResourceName

public java.lang.String getResourceName()
Returns the name of the ResourceBundle used to localize or resolve messages.
Returns:
a string identifying a resource bundle

getProductCode

public java.lang.String getProductCode()
Returns a message's product code.
Returns:
a string representing the product code for this message

interMedia BC4J Integration