com.ibm.websphere.naming
Class DestroyProtectedContextException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.naming.NamingException
                    |
                    +--com.ibm.websphere.naming.WebSphereNamingException
                          |
                          +--com.ibm.websphere.naming.DestroyProtectedContextException
All Implemented Interfaces:
java.io.Serializable

public class DestroyProtectedContextException
extends WebSphereNamingException

Some contexts in a WebSphere name space accessed through JNDI may be destroy-protected. Update operations on the context may be permitted, but destroying the context is not permitted. An example of such a context is the server root context for a server. This exception is thrown when a destroy operation is performed on a destroy-protected context.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
DestroyProtectedContextException(java.lang.String msg)
          This constructor creates an instance of DestroyProtectedContextException.
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestroyProtectedContextException

public DestroyProtectedContextException(java.lang.String msg)
This constructor creates an instance of DestroyProtectedContextException.

Parameters:
msg - The message associated with the exception.


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.