com.bea.dsp.management.persistence
Class DataSpaceNotFoundException

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

public class DataSpaceNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DataSpaceNotFoundException(java.lang.String sessionName, java.lang.String dataSpaceName)
           
 
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

DataSpaceNotFoundException

public DataSpaceNotFoundException(java.lang.String sessionName,
                                  java.lang.String dataSpaceName)
Parameters:
sessionName - null denotes core session.
dataSpaceName - May not be null.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.