|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalizedException
com.webmethods.sc.calendar.CalendarException
public class CalendarException
General directory exception identifies failure to perform directory operation
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |