javax.ejb
Class EJBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessLocalException, ConcurrentAccessException, EJBAccessException, EJBTransactionRequiredException, EJBTransactionRolledbackException, NoMoreTimeoutsException, NoSuchEJBException, NoSuchEntityException, NoSuchObjectLocalException, TransactionRequiredLocalException, TransactionRolledbackLocalException
public class EJBException
- extends RuntimeException
- Version:
- $Rev: 893040 $ $Date: 2009-12-22 01:01:28 +0100 (Di, 22. Dez 2009) $
- See Also:
- Serialized Form
EJBException
public EJBException()
EJBException
public EJBException(Exception causeException)
EJBException
public EJBException(String message)
EJBException
public EJBException(String message,
Exception causeException)
getCausedByException
public Exception getCausedByException()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.