public class NamingException
extends javax.naming.NamingException
Constructor and Description |
---|
NamingException(java.lang.String message,
OpenEJBException delegateArg) |
NamingException(java.lang.String message,
java.lang.Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream stream) |
void |
printStackTrace(java.io.PrintWriter writer) |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
public NamingException(java.lang.String message, OpenEJBException delegateArg)
public NamingException(java.lang.String message, java.lang.Throwable rootCause)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable