|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.webobjects.eoaccess.EOGeneralAdaptorException com.webobjects.jndiadaptor.JNDIAdaptorException
The JNDIAdaptorException
class represents a runtime exception
that wraps an instance of NamingException
.
NamingException
,
Serialized FormConstructor Summary | |
JNDIAdaptorException(NamingException namingException)
Creates a new instance of JNDIAdaptorException with the
specified naming exception. |
|
JNDIAdaptorException(String message)
Creates a new instance of JNDIAdaptorException with the
specified message. |
|
JNDIAdaptorException(String message,
NamingException namingException)
Creates a new instance of JNDIAdaptorException with the
specified message and naming exception. |
Method Summary | |
NamingException |
namingException()
Gets the naming exception. |
Methods inherited from class com.webobjects.eoaccess.EOGeneralAdaptorException |
userInfo |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JNDIAdaptorException(String message)
JNDIAdaptorException
with the
specified message.
Use this constructor when there is no naming exception to store.
message
- - the detailed messageJNDIAdaptorException(String, NamingException)
,
EOGeneralAdaptorException.EOGeneralAdaptorException(String)
public JNDIAdaptorException(String message, NamingException namingException)
JNDIAdaptorException
with the
specified message and naming exception.
message
- - the detailed messagenamingException
- - the instance of NamingException
JNDIAdaptorException(String)
,
NamingException
public JNDIAdaptorException(NamingException namingException)
JNDIAdaptorException
with the
specified naming exception.
The JNDIAdaptorException will use the message of the naming exception.
namingException
- - the instance of NamingException
JNDIAdaptorException(String, NamingException)
Method Detail |
public NamingException namingException()
NamingException
NamingException
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |