public class MWServerException
extends LocalizedException
Constructor and Description |
---|
MWServerException(String msgKey)
Use primarily for debugging.
|
MWServerException(String msgKey,
Object[] msgSubstitutions)
Use primarily for debugging.
|
MWServerException(String msgKey,
Object[] msgSubstitutions,
Throwable rootCause)
Use primarily for debugging.
|
MWServerException(String msgKey,
Throwable rootCause)
Use primarily for debugging.
|
MWServerException(Throwable rootCause)
Use primarily for debugging.
|
public MWServerException(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 MWServerException(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 MWServerException(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 MWServerException(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 MWServerException(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.