Oracle

weblogic.common
Class ResourceException

java.lang.Object
  extended by NestedException
      extended by weblogic.common.ResourceException
Direct Known Subclasses:
ConnectDeadException, ConnectDisabledException

public class ResourceException
extends NestedException

Class for ResourceExceptions.


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

Constructor Detail

ResourceException

public ResourceException(String s)
Constructs a ResourceException with the specified message. A ResourceException indicates that no resource is currently available.

Parameters:
s - String message

ResourceException

public ResourceException()
Constructs a Resource Exception. A ResourceException indicates that no resource is currently available.


ResourceException

public ResourceException(String s,
                         Throwable t)
Constructs a Resource Exception with the specified message and nested exception. A ResourceException indicates that no resource is currently available.

Parameters:
s - String message
t - Throwable nested exception

ResourceException

public ResourceException(Throwable t)
Constructs a Resource Exception with the specified nested exception. A ResourceException indicates that no resource is currently available.

Parameters:
t - Throwable nested exception

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle