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