org.tranql.ejb
Class NotLoadedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.ejb.EJBException
                  extended byjavax.ejb.NoSuchEntityException
                      extended byorg.tranql.ejb.NotLoadedException
All Implemented Interfaces:
java.io.Serializable

public class NotLoadedException
extends javax.ejb.NoSuchEntityException

Version:
$Revision: 1.2 $ $Date: 2004/04/23 03:25:28 $
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)
           
 
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 © -2005 The Codehaus. All Rights Reserved.