com.ibm.websphere.naming

Class WebSphereNamingException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjavax.naming.NamingException
  5. extended bycom.ibm.websphere.naming.WebSphereNamingException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
CannotInstantiateObjectException, DestroyProtectedContextException, WriteProtectedContextException

  1. public class WebSphereNamingException
  2. 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

Constructor and Description
WebSphereNamingException()
Creates a WebSphereNamingException instance.
WebSphereNamingException(java.lang.String message)
Creates a WebSphereNamingException instance.
WebSphereNamingException(java.lang.String message,java.lang.Throwable cause)
Creates a WebSphereNamingException instance.
WebSphereNamingException(java.lang.Throwable cause)
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

  1. public WebSphereNamingException( )
Creates a WebSphereNamingException instance.

WebSphereNamingException

  1. public WebSphereNamingException( java.lang.String message)
Creates a WebSphereNamingException instance.
Parameters:
message - The error message for the exception.

WebSphereNamingException

  1. public WebSphereNamingException( java.lang.String message,
  2. java.lang.Throwable cause)
Creates a WebSphereNamingException instance.
Parameters:
message - The error message for the exception.
cause - The cause for the exception.

WebSphereNamingException

  1. public WebSphereNamingException( java.lang.Throwable cause)
Creates a WebSphereNamingException instance.
Parameters:
cause - The cause for the exception.