javax.ejb
Class EJBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.ejb.EJBException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessLocalException, NoSuchEntityException, NoSuchObjectLocalException, TransactionRequiredLocalException, TransactionRolledbackLocalException

public class EJBException
extends java.lang.RuntimeException

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $
See Also:
Serialized Form

Constructor Summary
EJBException()
           
EJBException(java.lang.Exception ex)
           
EJBException(java.lang.String message)
           
EJBException(java.lang.String message, java.lang.Exception ex)
           
 
Method Summary
 java.lang.Exception getCausedByException()
           
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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

EJBException

public EJBException()

EJBException

public EJBException(java.lang.Exception ex)

EJBException

public EJBException(java.lang.String message)

EJBException

public EJBException(java.lang.String message,
                    java.lang.Exception ex)
Method Detail

getCausedByException

public java.lang.Exception getCausedByException()

getMessage

public java.lang.String getMessage()

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.