Class ScheduledActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.action.scheduled.ScheduledActionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCronExpression
public class ScheduledActionException
extends org.alfresco.error.AlfrescoRuntimeException
Base exception for sceduled actions.
- Author:
- Andy Hind
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledActionException(String msgId) Exception generated from scheduled actionsScheduledActionException(String msgId, Object[] msgParams) Exception generated from scheduled actionsScheduledActionException(String msgId, Object[] msgParams, Throwable cause) Exception generated from scheduled actionsScheduledActionException(String msgId, Throwable cause) Exception generated from scheduled actions -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduledActionException
Exception generated from scheduled actions- Parameters:
msgId- String
-
ScheduledActionException
Exception generated from scheduled actions- Parameters:
msgId- StringmsgParams- Object[]
-
ScheduledActionException
Exception generated from scheduled actions- Parameters:
msgId- Stringcause- Throwable
-
ScheduledActionException
Exception generated from scheduled actions- Parameters:
msgId- StringmsgParams- Object[]cause- Throwable
-