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
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