Content starts here ResourceNotFoundException (AquaLogic Data Services Platform API)

com.bea.dsp.management.persistence
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.bea.dsp.management.persistence.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String sessionName, java.lang.String dataSpaceName, java.lang.String resourceLocator)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String sessionName,
                                 java.lang.String dataSpaceName,
                                 java.lang.String resourceLocator)
Parameters:
sessionName - null denotes the core session.
dataSpaceName - May not be null.
resourceLocator - The locator of a definition or administrative resource in the form of an LD URI (e.g. ld:d/f.x). May not be null.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.