Package spin.demo.complex
Class DirectoryServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spin.demo.complex.DirectoryServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class DirectoryServiceException extends java.lang.Exception
An exception of a directory service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirectoryServiceException(java.lang.String message)
Constructor.
-