public class DirectoryException
extends LocalizedException
Constructor and Description |
---|
DirectoryException(String msgKey)
Use primarily for debugging.
|
DirectoryException(String msgKey,
Object[] msgSubstitutions)
Use primarily for debugging.
|
DirectoryException(String msgKey,
Object[] msgSubstitutions,
Throwable rootCause)
Use primarily for debugging.
|
DirectoryException(String msgKey,
Throwable rootCause)
Use primarily for debugging.
|
DirectoryException(Throwable rootCause)
Use primarily for debugging.
|
public DirectoryException(String msgKey, Object[] msgSubstitutions, Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public DirectoryException(String msgKey, Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public DirectoryException(String msgKey, Object[] msgSubstitutions)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public DirectoryException(String msgKey)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.public DirectoryException(Throwable rootCause)
msgKey
- Required; information adding the value that throwing this
DirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the
exception. Is the audit exception cause.