com.ca.jcs.util
Class NamingExceptionWithCause
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
com.ca.jcs.util.NamingExceptionWithCause
- All Implemented Interfaces:
- Serializable
public class NamingExceptionWithCause
- extends NamingException
Extension of naming exception that takes the root cause as an argument in the constructor.
- Author:
- fittr01
- 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 |
NamingExceptionWithCause
public NamingExceptionWithCause(String explanation,
Throwable rootCause)
- Constructs a new NamingExceptionWithCause with an explanation and root cause.
- Parameters:
explanation - A possibly null string containing additional detail about this exception.rootCause - the root cause of the exception
Created 2011-07-14 13:27 EST