com.ibm.websphere.naming
Class WebSphereNamingException

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

public class WebSphereNamingException
extends javax.naming.NamingException

Base class for all WebSphere-specific naming exceptions.

See Also:
Serialized Form

Constructor Summary
WebSphereNamingException(java.lang.String msg)
          Creates a WebSphereNamingException instance.
 
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, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
equals, 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.