org.openejb.core.ivm.naming
Class NamingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.openejb.core.ivm.naming.NamingException
- All Implemented Interfaces:
- Serializable
- public class NamingException
- extends NamingException
Derivative of javax.naming.NamingException that delegates to org.openejb.OpenEJBException.
This allows us to propogate "root cause" information to clients of javax.naming.
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
NamingException
public NamingException(String message,
OpenEJBException delegateArg)
NamingException
public NamingException(String message,
Throwable rootCause)
getMessage
public String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream stream)
printStackTrace
public void printStackTrace(PrintWriter writer)
Copyright © 1999-2007 OpenEJB. All Rights Reserved.