com.ibm.websphere.naming
Class WriteProtectedContextException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
com.ibm.websphere.naming.WebSphereNamingException
com.ibm.websphere.naming.WriteProtectedContextException
All implemented interfaces:
java.io.Serializable
- public class WriteProtectedContextException
- extends WebSphereNamingException
See Also:
Field Summary
Fields inherited from class javax.naming.NamingException |
---|
remainingName, resolvedName, resolvedObj, rootException |
Constructor Summary
Constructor and Description |
---|
WriteProtectedContextException(java.lang.String msg)
This constructor creates an instance of WriteProtectedContextException.
|
Method Summary
Methods inherited from class javax.naming.NamingException |
---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
WriteProtectedContextException
- public WriteProtectedContextException( java.lang.String msg)
This constructor creates an instance of WriteProtectedContextException.
Parameters:
msg
- The message associated with the exception.