|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.eoaccess.EOGeneralAdaptorException
com.webobjects.jndiadaptor.JNDIAdaptorException
public class JNDIAdaptorException
The JNDIAdaptorException class represents a runtime exception that wraps an instance of NamingException.
NamingException,
Serialized Form| Constructor 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.JNDIAdaptorException(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 NamingExceptionJNDIAdaptorException.JNDIAdaptorException(String),
NamingExceptionpublic JNDIAdaptorException(NamingException namingException)
JNDIAdaptorException with the specified naming exception. The JNDIAdaptorException will use the message of the naming exception.
namingException - -
the instance of NamingExceptionJNDIAdaptorException.JNDIAdaptorException(String, NamingException)| Method Detail |
|---|
public NamingException namingException()
NamingExceptionNamingException
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||