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.AlfrescoRuntimeExceptionBase exception for sceduled actions.- Author:
- Andy Hind
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduledActionException(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, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScheduledActionException
public ScheduledActionException(String msgId)
Exception generated from scheduled actions- Parameters:
msgId- String
-
ScheduledActionException
public ScheduledActionException(String msgId, Object[] msgParams)
Exception generated from scheduled actions- Parameters:
msgId- StringmsgParams- Object[]
-
ScheduledActionException
public ScheduledActionException(String msgId, Throwable cause)
Exception generated from scheduled actions- Parameters:
msgId- Stringcause- Throwable
-
-