BEA Systems, Inc.

weblogic.security.spi
Class ResourceNotFoundException

java.lang.Object
  extended by SecuritySpiException
      extended by weblogic.security.spi.ResourceNotFoundException

public class ResourceNotFoundException
extends SecuritySpiException

The ResourceNotFoundException exception is thrown if a security provider looks for a resource that should exist, but is unable to find that resource.


Constructor Summary
ResourceNotFoundException()
          Constructs a ResourceNotFoundException with no arguments.
ResourceNotFoundException(String msg)
          Constructs a ResourceNotFoundException with the specified detail message.
ResourceNotFoundException(String msg, Throwable nested)
          Constructs a ResourceNotFoundException with a detail message and a nested exception.
ResourceNotFoundException(Throwable nested)
          Constructs a ResourceNotFoundException with a nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException()
Constructs a ResourceNotFoundException with no arguments.


ResourceNotFoundException

public ResourceNotFoundException(String msg)
Constructs a ResourceNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - a String providing additional information about this exception.


ResourceNotFoundException

public ResourceNotFoundException(Throwable nested)
Constructs a ResourceNotFoundException with a nested exception.

Parameters:
nested - a Throwable object to wrapper as part of this exception.


ResourceNotFoundException

public ResourceNotFoundException(String msg,
                                 Throwable nested)
Constructs a ResourceNotFoundException with a detail message and a nested exception.

Parameters:
msg - a String providing additional information about this exception.

nested - a Throwable object to wrapper as part of this exception.


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.