BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.common
Class ResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.utils.NestedException
                    |
                    +--weblogic.common.ResourceException
Direct Known Subclasses:
ConnectDeadException, ConnectDisabledException

public class ResourceException
extends weblogic.utils.NestedException

Class for ResourceExceptions.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class weblogic.utils.NestedException
nested
 
Constructor Summary
ResourceException()
          Constructs a Resource Exception.
ResourceException(java.lang.String s)
          Constructs a ResourceException with the specified message.
ResourceException(java.lang.String s, java.lang.Throwable t)
          Constructs a Resource Exception with the specified message and nested exception.
ResourceException(java.lang.Throwable t)
          Constructs a Resource Exception with the specified nested exception.
 
Methods inherited from class weblogic.utils.NestedException
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException(java.lang.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(java.lang.String s,
                         java.lang.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(java.lang.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://e-docs.bea.com/wls/docs81