BEA Systems, Inc.

weblogic.common
Class ConnectDeadException

java.lang.Object
  extended by NestedException
      extended by weblogic.common.ResourceException
          extended by weblogic.common.ConnectDeadException

public final class ConnectDeadException
extends ResourceException

Class for ConnectDeadException


Constructor Summary
ConnectDeadException()
          Constructs a ConnectDeadException Exception.
ConnectDeadException(String s)
          Constructs a ConnectDeadException with the specified message.
ConnectDeadException(String s, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectDeadException

public ConnectDeadException(String s)
Constructs a ConnectDeadException with the specified message. A ConnectDeadException indicates that the Connection Pool is not viable.

Parameters:
s - String message

ConnectDeadException

public ConnectDeadException()
Constructs a ConnectDeadException Exception. A ConnDisabled indicates that the Connection Pool is not viable.


ConnectDeadException

public ConnectDeadException(String s,
                            Throwable t)

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.