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()
- Overrides:
getMessage
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream stream)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter writer)
- Overrides:
printStackTrace
in class Throwable
Copyright © 1999-2010 OpenEJB. All Rights Reserved.