All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.CannotConnectException

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

public class CannotConnectException
extends Exception
The exception thrown when a connection cannot be opened.

See Also:
open

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index