public class InvalidObjectTypeException
extends javax.naming.NamingException
Constructor and Description |
---|
InvalidObjectTypeException()
Create a new InvalidObjectTypeException with the default explanation.
|
InvalidObjectTypeException(java.lang.String explanation)
Create a new InvalidObjectTypeException with the given explanation.
|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
public InvalidObjectTypeException(java.lang.String explanation)
explanation
- An explanation of why the exception was thrown.public InvalidObjectTypeException()