org.tranql.ejb
Class NotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.NoSuchEntityException
                      extended by org.tranql.ejb.NotLoadedException
All Implemented Interfaces:
java.io.Serializable

public class NotLoadedException
extends javax.ejb.NoSuchEntityException

Version:
$Revision: 60 $ $Date: 2004-04-23 05:25:28 +0200 (Fri, 23 Apr 2004) $
See Also:
Serialized Form

Constructor Summary
NotLoadedException()
           
NotLoadedException(java.lang.String message)
           
NotLoadedException(java.lang.String message, java.lang.Throwable cause)
           
NotLoadedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotLoadedException

public NotLoadedException()

NotLoadedException

public NotLoadedException(java.lang.String message)

NotLoadedException

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

NotLoadedException

public NotLoadedException(java.lang.Throwable cause)


Copyright © -2010 The Codehaus. All Rights Reserved.