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