oracle.dmt.op.re.reexception
Class REIsOfflineException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dmt.op.re.reexception.REIsOfflineException
- All Implemented Interfaces:
- Serializable
- public class REIsOfflineException
- extends Exception
Signals that an REIsOfflineException
of some sort has occurred.
- Since:
- 9.0.1
- See Also:
- Serialized Form
REIsOfflineException
public REIsOfflineException()
- Constructs an
REIsOfflineException
message without details.
- Since:
- 9.0.1
REIsOfflineException
public REIsOfflineException(String s)
- Constructs an
REIsOfflineException
message with details.
- Parameters:
s
- the detailed message- Since:
- 9.0.1