Class DirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.andresbustamante.yafoot.commons.exceptions.DirectoryException
- All Implemented Interfaces:
Serializable
Generic active directory / LDAP Exception for users management.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryException
Default constructor with a log message.- Parameters:
message
- Message to log
-