org.globus.mds
Class MDSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.common.ChainedException
org.globus.mds.MDSException
- All Implemented Interfaces:
- Serializable
- public class MDSException
- extends ChainedException
An Exception class for MDS interactions.
USING THE MDS EXEPTION CLASS
The intention of the MDS Exeption class is to provide a simple
exeption mechanism for MDS related methods. This includes:
- failure to conect to the MDS due to timeout or other problems,
- failure during MDS queries,
- ... .
In case the Exeption is thrown by another underlaying library, it is
the task of the user to properly deal with the exceptions. Such
methods and exceptions can be found in JNDI and Java Networking classes.
Important Network related Exceptions
...
Important JNDI Exceptions
...
Example
See ... MDS.java
- See Also:
- Serialized Form
MDSException
public MDSException(String mdsMessage,
String ldapMessage)
MDSException
public MDSException(String detail,
Throwable exception)
getLdapMessage
public String getLdapMessage()