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