Package com.webmethods.sc.calendar
Class CalendarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webmethods.sc.LocalizedException
com.webmethods.sc.calendar.CalendarException
- All Implemented Interfaces:
Serializable
public class CalendarException
extends com.webmethods.sc.LocalizedException
General calendar exception identifies failure to perform calendar operation
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCalendarException
(String msgKey) Use primarily for debugging.CalendarException
(String msgKey, Object[] msgSubstitutions) Use primarily for debugging.protected
CalendarException
(String msgKey, Object[] msgSubstitutions, String resourcesBasename, ClassLoader classLoader) CalendarException
(String msgKey, Object[] msgSubstitutions, Throwable rootCause) Use primarily for debugging.protected
CalendarException
(String msgKey, Object[] msgSubstitutions, Throwable rootCause, String resourcesBasename, ClassLoader classLoader) protected
CalendarException
(String msgKey, String resourcesBasename, ClassLoader classLoader) CalendarException
(String msgKey, Throwable rootCause) Use primarily for debugging.protected
CalendarException
(String msgKey, Throwable rootCause, String resourcesBasename, ClassLoader classLoader) CalendarException
(Throwable rootCause) Use primarily for debugging. -
Method Summary
Methods inherited from class com.webmethods.sc.LocalizedException
getBundleBaseName, getException, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageSubstitutions, getResourceClassLoader, setBundleBaseName, setMessageKey, setMessageSubstitutions, setResourceClassLoader
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CalendarException
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.- Parameters:
msgKey
- Required; information adding the value that throwing thisDirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the exception. Is the audit exception cause.
-
CalendarException
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.- Parameters:
msgKey
- Required; information adding the value that throwing thisDirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the exception. Is the audit exception cause.
-
CalendarException
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.- Parameters:
msgKey
- Required; information adding the value that throwing thisDirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the exception. Is the audit exception cause.
-
CalendarException
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.- Parameters:
msgKey
- Required; information adding the value that throwing thisDirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the exception. Is the audit exception cause.
-
CalendarException
Use primarily for debugging. If a resource lookup is performed, it will be done without predetermined bundle and class loading info - very inefficient. A wrapper for random exception causes the audit subsystem should add helpful information to. Calls this() with all params null except the {$link Throwable}.- Parameters:
msgKey
- Required; information adding the value that throwing thisDirectoryException
should give.rootCause
- The audit exception cause; used to get the message for the exception. Is the audit exception cause.
-
CalendarException
protected CalendarException(String msgKey, Object[] msgSubstitutions, Throwable rootCause, String resourcesBasename, ClassLoader classLoader) -
CalendarException
protected CalendarException(String msgKey, Throwable rootCause, String resourcesBasename, ClassLoader classLoader) -
CalendarException
protected CalendarException(String msgKey, Object[] msgSubstitutions, String resourcesBasename, ClassLoader classLoader) -
CalendarException
-