All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ConnectionAlreadyOpenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----PREDATOR.ConnectionAlreadyOpenException

public class ConnectionAlreadyOpenException
extends Exception
The exception thrown when an attempt is made to open a connection object when it is already open.

See Also:
open

Constructor Index

 o ConnectionAlreadyOpenException()
Constructs a ConnectionAlreadyOpenException without a detail message.
 o ConnectionAlreadyOpenException(String)
Constructs a ConnectionAlreadyOpenException with the specified message.

Constructors

 o ConnectionAlreadyOpenException
 public ConnectionAlreadyOpenException()
Constructs a ConnectionAlreadyOpenException without a detail message.

 o ConnectionAlreadyOpenException
 public ConnectionAlreadyOpenException(String Message)
Constructs a ConnectionAlreadyOpenException with the specified message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index