public class LdapSyncException
extends java.lang.Exception
Constructor and Description |
---|
LdapSyncException()
Constructs a new exception with
null
as its detail message. |
LdapSyncException(java.lang.String message)
Constructs a new exception with the specified
detail message.
|
LdapSyncException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified
detail message and cause.
|
LdapSyncException(java.lang.Throwable cause)
Constructs a new exception with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
|
public LdapSyncException()
null
as its detail message.public LdapSyncException(java.lang.String message)
message
- the detail message.public LdapSyncException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic LdapSyncException(java.lang.Throwable cause)
cause
- the cause