public class WebSphereNamingException
extends javax.naming.NamingException
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.
|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
public WebSphereNamingException()
public WebSphereNamingException(java.lang.String message)
message
- The error message for the exception.public WebSphereNamingException(java.lang.String message, java.lang.Throwable cause)
message
- The error message for the exception.cause
- The cause for the exception.public WebSphereNamingException(java.lang.Throwable cause)
cause
- The cause for the exception.