public class ObjectRetrievalException extends NamingException
ContextMapperCallbackHandler
when it cannot retrieve an
object from the given Binding
.Constructor and Description |
---|
ObjectRetrievalException(java.lang.String msg)
Create a new ObjectRetrievalException.
|
ObjectRetrievalException(java.lang.String msg,
java.lang.Throwable cause)
Create a new ObjectRetrievalException.
|
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
contains, getMessage, getMostSpecificCause, getRootCause
public ObjectRetrievalException(java.lang.String msg)
msg
- the detail messagepublic ObjectRetrievalException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause (if any)