Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.reexception
Class IncompatibleREException

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

public class IncompatibleREException
extends Exception

Signals that an IncompatibleREException of some sort has occurred.

Since:
beta2.2
See Also:
Serialized Form

Constructor Summary
IncompatibleREException()
          Constructs an IncompatibleREException message without details.
IncompatibleREException(String s)
          Constructs an IncompatibleREException 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

IncompatibleREException

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

IncompatibleREException

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

Oracle Personalization
REAPI_RT
v9.0.2