Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.reexception
Class REProxyInitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dmt.op.re.reexception.REProxyInitException
All Implemented Interfaces:
Serializable

public class REProxyInitException
extends Exception

Signals that a REProxy initiation exception of some sort has occurred.

Since:
beta2.2
See Also:
Serialized Form

Constructor Summary
REProxyInitException()
          Constructs an REProxyInitException message without details.
REProxyInitException(String s)
          Constructs an REProxyInitException message with details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

REProxyInitException

public REProxyInitException()
Constructs an REProxyInitException message without details.
Since:
beta2.2

REProxyInitException

public REProxyInitException(String s)
Constructs an REProxyInitException message with details.
Parameters:
s - the detailed message
Since:
beta2.2

Oracle Personalization
REAPI_RT
v9.0.2