com.ibm.websphere.naming
Class WebSphereNamingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by com.ibm.websphere.naming.WebSphereNamingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotInstantiateObjectException, DestroyProtectedContextException, WriteProtectedContextException

public class WebSphereNamingException
extends javax.naming.NamingException

Base class for all WebSphere-specific naming exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
WebSphereNamingException(java.lang.String msg)
          Creates a WebSphereNamingException instance.
 
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

WebSphereNamingException

public WebSphereNamingException(java.lang.String msg)
Creates a WebSphereNamingException instance.

Parameters:
msg - The error message for the exception.