|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
com.ibm.websphere.naming.WebSphereNamingException
public class WebSphereNamingException
Base class for all WebSphere-specific naming exceptions.
Field Summary |
---|
Fields inherited from class javax.naming.NamingException |
---|
remainingName, resolvedName, resolvedObj, rootException |
Constructor Summary | |
---|---|
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 |
---|
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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |