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. |
Type | Method |
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. |
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 bundleparams
- the error message's parameters
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