com.bea.dsp.management.persistence
Class SessionNotFoundException

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

public class SessionNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SessionNotFoundException(java.lang.String sessionName)
           
 
Method Summary
 java.lang.String getSessionName()
           
 
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

SessionNotFoundException

public SessionNotFoundException(java.lang.String sessionName)
Parameters:
sessionName - May not be null.
Method Detail

getSessionName

public java.lang.String getSessionName()


Copyright © 2007 BEA Systems Inc. All Rights Reserved.