KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > EJBException

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:
Serializable
Direct Known Subclasses:
AccessLocalException, NoSuchEntityException, NoSuchObjectLocalException, TransactionRequiredLocalException, TransactionRolledbackLocalException
See Also:
Top Examples, Source Code

public EJBException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EJBException(Exception ex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EJBException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EJBException(String message,
                    Exception ex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Exception getCausedByException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintStream ps)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintWriter pw)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags