JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.jdeveloper.db.ConnectionException
All Implemented Interfaces:
java.io.Serializable
public class ConnectionException
extends java.lang.Exception
Exception thrown by a Connections instance when there is an error creating
a connection. Usually wraps an underlying exception (e.g. SQLException) that
is the cause.
See Also: Serialized Form
Constructor Summary
Constructors
Constructor and Description
ConnectionException (java.lang.String msg)
Creates a new ConnectionException without a cause.
ConnectionException (java.lang.String msg,
java.lang.Throwable cause)
Creates a new ConnectionException to wrap the given cause.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
ConnectionException
public ConnectionException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new ConnectionException to wrap the given cause.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.