org.nakedobjects.runtime.session
Class SessionFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nakedobjects.runtime.session.SessionFactoryException
All Implemented Interfaces:
java.io.Serializable

public class SessionFactoryException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SessionFactoryException()
           
SessionFactoryException(java.lang.String message)
           
SessionFactoryException(java.lang.String message, java.lang.Throwable cause)
           
SessionFactoryException(java.lang.Throwable cause)
           
 
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

SessionFactoryException

public SessionFactoryException()

SessionFactoryException

public SessionFactoryException(java.lang.String message)

SessionFactoryException

public SessionFactoryException(java.lang.Throwable cause)

SessionFactoryException

public SessionFactoryException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.