org.apache.openejb.core.ivm.naming
Class NamingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.apache.openejb.core.ivm.naming.NamingException
- All Implemented Interfaces:
- Serializable
public class NamingException
- extends NamingException
- 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-2011 The Apache OpenEJB development community. All Rights Reserved.