javax.ejb
Class EJBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessLocalException, ConcurrentAccessException, EJBAccessException, EJBTransactionRequiredException, EJBTransactionRolledbackException, NoMoreTimeoutsException, NoSuchEJBException, NoSuchEntityException, NoSuchObjectLocalException, TransactionRequiredLocalException, TransactionRolledbackLocalException

public class EJBException
extends java.lang.RuntimeException

Version:
$Rev: 893040 $ $Date: 2009-12-21 19:01:28 -0500 (Mon, 21 Dec 2009) $
See Also:
Serialized Form

Constructor Summary
EJBException()
           
EJBException(java.lang.Exception causeException)
           
EJBException(java.lang.String message)
           
EJBException(java.lang.String message, java.lang.Exception causeException)
           
 
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 causeException)

EJBException

public EJBException(java.lang.String message)

EJBException

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

getCausedByException

public java.lang.Exception getCausedByException()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.